0.0.2 • Published 3 years ago
eslint-plugin-xmp v0.0.2
eslint-plugin-xmp
custom eslint plugin for XMP
Installation
yarn install eslint-plugin-xmp -DUsage
Add eslint-plugin-xmp to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"eslint-plugin-xmp"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"xmp/no-class-field-initial-this": 2
}
}Supported Rules
- Fill in provided rules here