eslint-plugin-fixabsolutepath-mr-kek
v0.0.1
Published
fix-absolute path
Maintainers
Readme
eslint-plugin-fixabsolutepath-mr-kek
fix-absolute path
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-fixabsolutepath-mr-kek:
npm install eslint-plugin-fixabsolutepath-mr-kek --save-devUsage
Add fixabsolutepath-mr-kek to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"fixabsolutepath-mr-kek"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"fixabsolutepath-mr-kek/rule-name": 2
}
}Rules
TODO: Run eslint-doc-generator to generate the rules list.
