2.1.0 • Published 4 years ago

cjs-eslint v2.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

General-purpose eslint linting

npm version dependencies status devDependencies status Gitter

Installation

npm install cjs-eslint --save-dev

Usage

Add file .eslintrc.js to your project root with the following content:

module.exports = {
    extends: require.resolve('cjs-eslint')
};

Run linting for your project:

npx eslint .

Contribution

If you have any problems or suggestions please open an issue according to the contribution rules.

License

cjs-eslint is released under the GPL-3.0 License.

2.1.0

4 years ago

2.0.0

4 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago