0.0.2 • Published 4 years ago
@pokemonon/eslint-plugin-common v0.0.2
eslint-plugin-common
common preset
Installation
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install eslint-plugin-common
:
$ npm install eslint-plugin-common --save-dev
Usage
Add common
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"common"
]
}