@spasdk/eslint
v1.0.1
Published
General-purpose eslint linting.
Downloads
9
Maintainers
Readme
General-purpose eslint linting
Installation
npm install @spasdk/eslint
Usage
Add file .eslintrc.js
to your project with the following content:
module.exports = {
extends: require.resolve('@spasdk/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
@spasdk/eslint
is released under the GPL-3.0 License.