eslint-plugin-jsspec
v0.0.9
Published
Mark jsspec methods and lazy objects as valid/used
Downloads
7
Maintainers
Readme
eslint-plugin-jsspec
Mark system methods and lazy objects as valid/used
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-jsspec:
$ npm install eslint-plugin-jsspec --save-devNote: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-jsspec globally.
Usage
Add jsspec to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"jsspec"
]
}