@enigmatry/eslint-config
v17.4.1-preview.2
Published
ESLint shareable config for the Enigmatry style.
Downloads
1,192
Readme
@enigmatry/eslint-config
ESLint shareable config for the Enigmatry style guide.
Installation
$ npm install --save-dev eslint @enigmatry/eslint-config
Usage
Once the @enigmatry/eslint-config
package is installed, you can use it by specifying @enigmatry/eslint-config
in the extends
section of your ESLint configuration.
{
"extends": "@enigmatry/eslint-config",
"rules": {
// Additional, per-project rules...
}
}
License
Apache-2 © Enigmatry