Releases: chejen/eslint-plugin-i18n
Releases · chejen/eslint-plugin-i18n
v2.4.0
Features
- Added excludeModuleImports option to exclude imports from linting.
- Updated the excludeArgsForFunctions option.
Chore
- Upgreded devDependencies.
- Applied auto-publish.
v2.3.1
Extended the ability of excludeArgsForFunctions option.
v2.3.0
Added rule options to exclude some function arguments from linting.
v2.2.0
Added rule options to support comments linting.
v2.1.0
- Added rule options to support identifier linting.
- Dropped the support of node < 12 for development environment (due to lint-staged and mocha)
v2.0.0
- Dropped support for node < 10
- Added JSX support
v1.2.0
Added
- add
no-russian-character
rule
- add Template Literals support (#2)
v1.1.0
Added
- add
no-greek-character
rule
- add
no-japanese-character
rule
- add
no-korean-character
rule
- add
no-thai-character
rule
Updated
- upgrade ESLint version to v3
First release
Added
- add
no-chinese-character
rule