0.1.0 • Published 9 years ago
eslint-plugin-66nao v0.1.0
eslint-plugin-66nao
eslint config for 66nao projects
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-66nao:
$ npm install eslint-plugin-66nao --save-devNote: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-66nao globally.
Usage
Add 66nao to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"66nao"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"66nao/rule-name": 2
}
}Supported Rules
- Fill in provided rules here
0.1.0
9 years ago