eslint-plugin-i18n-procore-plugin
v0.3.0
Published
finds i18n bugs in js code
Downloads
4
Maintainers
Readme
eslint-plugin-i18n-plugin
finds i18n bugs in js code
Installation
You'll first need to install ESLint:
npm i eslint --save-dev
Next, install eslint-plugin-i18n-procore-plugin
:
npm install eslint-plugin-i18n-procore-plugin --save-dev
Usage
Add i18n-procore-plugin
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"i18n-procore-plugin"
]
}
Then configure the rules you want to use under the rules section.
{
"rules": {
"i18n-procore-plugin/rule-name": 2
}
}
Supported Rules
- Fill in provided rules here