eslint-plugin-wbb
v0.0.3
Published
wbb
Downloads
5
Maintainers
Readme
eslint-plugin-wbb
wbb
Installation
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install eslint-plugin-wbb
:
$ npm install eslint-plugin-wbb --save-dev
Note: If you installed ESLint globally (using the -g
flag) then you must also install eslint-plugin-wbb
globally.
Usage
Add wbb
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"wbb"
]
}