0.0.2 • Published 2 years ago

eslint-plugin-i18n-bi v0.0.2

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

eslint-plugin-i18n-bi

多语言插件检测

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-i18n-bi:

npm install eslint-plugin-lintdemo --save-dev

Usage

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

{
  "plugins": ["i18n-bi"]
}

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

{
  "rules": {
    "i18n-bi/i18n-bi": ["error", ["en"]]
  }
}

Supported Rules

  • Fill in provided rules here