eslint-config-zys
v0.0.3
Published
ESLint Config for ZYSzys
Downloads
3
Readme
eslint-config-zys
ESLint Config for myself.
Installation
# with npm
$ npm install --save-dev eslint eslint-config-zys
Usage
Once the eslint-config-zys
package is installed, you can use it by specifying zys
in the extends
section of your ESLint configuration.
{
"extends": "zys",
"rules": {
// Additional, per-project rules...
}
}