1.0.1 • Published 6 years ago

@cjssdk/eslint v1.0.1

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
6 years ago

General-purpose eslint linting

npm version dependencies status devDependencies status Gitter

Installation

npm install @cjssdk/eslint

Usage

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

module.exports = {
    extends: require.resolve('@cjssdk/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

@cjssdk/eslint is released under the GPL-3.0 License.