eslint-plugin-thng
v1.0.7
Published
Install `eslint-plugin-thng`:
Downloads
122
Maintainers
Readme
eslint-plugin-thng
Installation
Install eslint-plugin-thng:
npm i -D eslint-plugin-thngUsage
Add thng:recommended to the eslintConfig section of your package.json file.
"eslintConfig": {
"extends": "plugin:thng/recommended"
},Alternative
Add thng:recommended to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": ["thng:recommended"]
}