eslint-plugin-sc-tech
v0.0.2
Published
Eslint plugin for custom rules to be used in S.C. Nordic Organization
Downloads
119
Maintainers
Readme
eslint-plugin-sc-tech
Eslint plugin for custom rules to be used in S.C. Nordic Organization
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-sc-tech
:
npm install eslint-plugin-sc-tech --save-dev
Usage
Add sc-tech
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"sc-tech"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"sc-tech/rule-name": 2
}
}
Configurations
TODO: Run eslint-doc-generator to generate the configs list (or delete this section if no configs are offered).
Rules
TODO: Run eslint-doc-generator to generate the rules list.