eslint-plugin-check-jsx

1.0.1 • Public • Published

eslint-plugin-i18n

i18n

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-i18n:

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

Usage

Add i18n to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "i18n"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "i18n/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

Readme

Keywords

Package Sidebar

Install

npm i eslint-plugin-check-jsx

Weekly Downloads

3

Version

1.0.1

License

ISC

Unpacked Size

113 kB

Total Files

11

Last publish

Collaborators

  • chaoming