0.0.0 • Published 3 years ago
eslint-plugin-dmstk v0.0.0
eslint-plugin-dmstk
dmstk conventions
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-dmstk:
npm install eslint-plugin-dmstk --save-devUsage
Add dmstk to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"dmstk"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"dmstk/rule-name": 2
}
}Supported Rules
- to-json
0.0.0
3 years ago