@clementsanchez/eslint-plugin-i18n
v0.1.0
Published
Find the missing translations in a project
Downloads
8
Readme
eslint-plugin-translation
Find the missing translations in a project
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-translation:
$ npm install eslint-plugin-translation --save-devUsage
Add translation to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
{
"plugins": [
"translation"
]
}Then configure the rules you want to use under the rules section.
{
"rules": {
"translation/rule-name": 2
}
}Supported Rules
- Fill in provided rules here
