eslint-plugin-intl

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i eslint-plugin-intl

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • rubencosta