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