Skip to content

Releases: chejen/eslint-plugin-i18n

v2.4.0

29 Oct 13:09
8565702
Compare
Choose a tag to compare

Features

  • Added excludeModuleImports option to exclude imports from linting.
  • Updated the excludeArgsForFunctions option.

Chore

  • Upgreded devDependencies.
  • Applied auto-publish.

v2.4.0-rc.1

27 Oct 04:39
95086d3
Compare
Choose a tag to compare
v2.4.0-rc.1 Pre-release
Pre-release

Pre-release for #26

v2.3.1

27 Oct 04:29
Compare
Choose a tag to compare

Extended the ability of excludeArgsForFunctions option.

v2.3.0

26 Jan 14:31
Compare
Choose a tag to compare

Added rule options to exclude some function arguments from linting.

v2.2.0

16 Jan 02:34
Compare
Choose a tag to compare

Added rule options to support comments linting.

v2.1.0

19 Jun 16:08
Compare
Choose a tag to compare
  • 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

04 Jul 15:40
Compare
Choose a tag to compare
  • Dropped support for node < 10
  • Added JSX support

v1.2.0

27 Jan 09:22
Compare
Choose a tag to compare

Added

  • add no-russian-character rule
  • add Template Literals support (#2)

v1.1.0

24 Oct 13:00
Compare
Choose a tag to compare

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

16 Feb 15:27
Compare
Choose a tag to compare

Added

  • add no-chinese-character rule