0.0.7 • Published 3 years ago
eslint-plugin-sponsorcx v0.0.7
eslint-plugin-sponsorcx
The full suite of SponsorCX ESLint rules.
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-sponsorcx:
npm install eslint-plugin-sponsorcx --save-devUsage
Add sponsorcx to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"sponsorcx"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"sponsorcx/alias-imports": 1
}
}