eslint-config-weirdpattern
v1.1.2
Published
ESLint shareable config for JavaScript projects
Downloads
8
Maintainers
Readme
eslint-config-weirdpattern
ESLint shareable config for JavaScript projects
Installation
$ npm install --save-dev eslint eslint-config-weirdpattern
Usage
Once the eslint-config-weirdpattern
package is installed, you can use it by specifying weirdpattern
in the extends
section of your ESLint configuration.
{
"extends": "weirdpattern",
"rules": {
// Additional, per-project rules...
}
}
License
MIT © WeirdPattern