0.0.4 • Published 5 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-devNext, install eslint-plugin-audit:
$ npm install eslint-plugin-audit --save-devUsage
Add audit to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"audit"
]
}