eslint-plugin-xmp
v0.0.2
Published
custom eslint plugin for XMP
Downloads
3
Maintainers
Readme
eslint-plugin-xmp
custom eslint plugin for XMP
Installation
yarn install eslint-plugin-xmp -D
Usage
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