eslint-plugin-abbyy
v1.1.3
Published
eslint plugin abbyy
Downloads
3
Maintainers
Readme
eslint-plugin-abbyy
eslint plugin abbyy
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-abbyy
:
npm install eslint-plugin-abbyy --save-dev
Usage
Add abbyy
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"abbyy"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"abbyy/rule-name": 2
}
}
Supported Rules
- Fill in provided rules here
Helpful resources
AST Explorer Scope Explorer ESLint - Working with Rules ESLint - RuleTester estree esquery - Selectors ESLint - core rules for inspiration jspath