0.3.0 • Published 2 years ago

eslint-plugin-i18n-procore-plugin v0.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

eslint-plugin-i18n-plugin

finds i18n bugs in js code

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-i18n-procore-plugin:

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

Usage

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

{
    "plugins": [
        "i18n-procore-plugin"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here
0.3.0

2 years ago

0.2.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago