0.0.2 • Published 11 months ago
eslint-plugin-test-smena-2 v0.0.2
eslint-plugin-test-smena-2
lint
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-test-smena-2
:
npm install eslint-plugin-test-smena-2 --save-dev
Usage
Add test-smena-2
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"test-smena-2"
]
}
Configurations
TODO: Run eslint-doc-generator to generate the configs list (or delete this section if no configs are offered).