eslint-plugin-zoux
v0.0.2
Published
plugin for zoux
Downloads
1
Maintainers
Readme
eslint-plugin-zoux
plugin for zoux
Installation
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install eslint-plugin-zoux
:
$ npm install eslint-plugin-zoux --save-dev
Note: If you installed ESLint globally (using the -g
flag) then you must also install eslint-plugin-zoux
globally.
Usage
Add zoux
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"zoux"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"zoux/no-console": 2
}
}
Supported Rules
zoux/no-console