0.1.18 • Published 6 years ago
eslint-plugin-soam v0.1.18
eslint-plugin-soam
Custom eslint rules by SOAM
Installation
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install eslint-plugin-soam
:
$ npm install eslint-plugin-soam --save-dev
Note: If you installed ESLint globally (using the -g
flag) then you must also install eslint-plugin-soam
globally.
Usage
Add soam
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"soam"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"soam/rule-name": 2
}
}
Supported Rules
- Fill in provided rules here
0.1.18
6 years ago
0.1.14
6 years ago
0.1.15
6 years ago
0.1.16
6 years ago
0.1.17
6 years ago
0.1.13
6 years ago
0.1.12
6 years ago
0.1.10
6 years ago
0.1.9
6 years ago
0.1.8
6 years ago
0.1.7
6 years ago
0.1.6
6 years ago
0.1.5
6 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
0.1.0
6 years ago
0.0.10
6 years ago
0.0.9
6 years ago
0.0.8
6 years ago
0.0.7
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago
0.0.0
6 years ago