6.3.0 • Published 4 months ago

eslint-config-travix v6.3.0

Weekly downloads
538
License
MIT
Repository
github
Last release
4 months ago

eslint-config-travix

ESLint configuration for Travix International

What this config extends

  • eslint:recommended
  • airbnb
  • plugin:react/recommended
  • plugin:import/errors
  • plugin:import/warnings
  • plugin:jsx-a11y/recommended

Installation

This configuration requires a list of peer dependencies installed also. You can install the main package and all of the peer dependencies within the following command:

npx install-peerdeps -d eslint-config-travix

Usage

You can create a .eslintrc file with the following content:

{
  "extends": "travix"
}

Or specify eslint config in your package.json file:

{
  ...
  "eslintConfig": {
    "extends": "travix"
  }
}

Release

Releases are doing automatically. We use semantic-release running on CI (Estafette). It triggers on every push/merge to master branch. Commit message should follow a pattern to trigger release, otherwise release will not be done.

Pattern for commit messages

We use simple-commit-message to simplify commit messages. Here is a pattern:

  • fix: <MESSAGE> - does release patch version of NPM module. Alias - patch: <MESSAGE>
  • minor: <MESSAGE> - releases minor version. Alias - feat: <MESSAGE>
  • major: <MESSAGE> - releases major version. Alias - break: <MESSAGE>

Previous version

Previous major version (4) is on branch 4.x. You can open PR pointing to that branch in case you want to release a minor or patch release of version 4. FYI: automatic release will not be working there, it's integrated only in v.5

6.3.0

4 months ago

6.2.0

4 years ago

6.1.0

5 years ago

6.0.0

5 years ago

5.10.1

6 years ago

5.10.0

6 years ago

5.9.0

6 years ago

5.8.1

6 years ago

5.8.0

6 years ago

5.7.0

6 years ago

5.6.1

7 years ago

5.6.0

7 years ago

5.5.1

7 years ago

5.5.0

7 years ago

5.4.0

7 years ago

5.3.1

7 years ago

5.3.0

7 years ago

5.2.1

7 years ago

5.2.0

7 years ago

5.1.0

7 years ago

5.0.5

7 years ago

5.0.3

7 years ago

4.0.0

8 years ago

5.0.0

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.3.2

8 years ago

2.3.1

9 years ago

2.3.0

9 years ago

2.2.0

9 years ago

2.1.0

9 years ago

2.0.0

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago