0.0.4 • Published 4 years ago
eslint-plugin-audit v0.0.4
eslint-plugin-audit
an eslint demo
Installation
You'll first need to install ESLint:
$ npm i eslint --save-dev
Next, install eslint-plugin-audit
:
$ npm install eslint-plugin-audit --save-dev
Usage
Add audit
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"audit"
]
}