README
General-purpose eslint linting
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.