1.0.2 • Published 9 years ago

eslint-plugin-intl v1.0.2

Weekly downloads
3
License
MIT
Repository
gitlab
Last release
9 years ago

eslint-plugin-intl

React Intl specific rules for ESLint

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-intl:

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

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-intl globally.

Usage

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

{
    "plugins": [
        "intl"
    ]
}

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

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

Supported Rules

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago