1.5.2 • Published 5 years ago

eslint-config-transit v1.5.2

Weekly downloads
21
License
MIT
Repository
github
Last release
5 years ago

eslint-config-transit

This package provides Transit's JS linting rules as an extensible shared config.

Installation

npm i --save-dev eslint eslint-plugin-import eslint-config-transit

Usage

To get started, extend Transit's config in your linter configuration.

{
  "extends": "transit"
}

From this point, you should be able to start linting your code:

./node_modules/.bin/eslint .

The rules

They can be found in the Transit's javascript style guide.

Contributing

If you wish to add a rule, please pull request away and make sure to write a test case that's testing your new linting rule.

1.5.2

5 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.3.0

6 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago