0.0.3 • Published 1 year ago
eslint-plugin-path-checker-alex v0.0.3
eslint-plugin-path-checker-alex
plugin for prod
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-path-checker-alex
:
npm install eslint-plugin-path-checker-alex --save-dev
Usage
Add path-checker-alex
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"path-checker-alex"
]
}
Configurations
TODO: Run eslint-doc-generator to generate the configs list (or delete this section if no configs are offered).