@deranged/eslint-plugin
v1.3.0
Published
eslint configuration for deranged
Downloads
5
Readme
@deranged/eslint-plugin
eslint configuration for deranged
Installation
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install @deranged/eslint-plugin
:
$ npm install @deranged/eslint-plugin --save-dev
Updating rules
When updating rules, make sure to generate new full rule sets, so the effective rule changes are included in the commit
request. This can be done with npm run generate
.
Usage
Add @deranged/eslint-plugin
to the plugins section of your .eslintrc.js
configuration file:
module.exports = { extends: ['plugin:@deranged/eslint-plugin/react'] };
or
module.exports = { extends: ['plugin:@deranged/eslint-plugin/node'] };
Attribution
Forked from @tealink/eslint-plugin on 02.09.2021.