ESLint shareable config for the Enigmatry style guide.
$ npm install --save-dev eslint @enigmatry/eslint-config
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...
}
}
Apache-2 © Enigmatry