eslint-plugin-translation

0.0.14 • Public • Published

eslint-plugin-translation

find all the strings that have no translations

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-translation:

$ npm install eslint-plugin-translation --save-dev

Usage

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

Package Sidebar

Install

npm i eslint-plugin-translation

Weekly Downloads

1

Version

0.0.14

License

ISC

Unpacked Size

4.93 kB

Total Files

6

Last publish

Collaborators

  • laviro