0.0.0 • Published 3 years ago

eslint-plugin-i18nlintjsx v0.0.0

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

eslint-plugin-i18n-lint

多语言校验

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-i18nlintjsx:

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

Usage

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

{
    extends: ['plugin:i18nlintjsx/jsxNoLiterRule'],
}

Supported Rules

  • Fill in provided rules here