Skip to content

Releases: dukeluo/eslint-plugin-check-file

v2.4.0

12 Jun 14:00
Compare
Choose a tag to compare

Fixed

  • the rule folder-naming-convention can work well with * in the glob #25

Added

  • the rule no-index can ignore middle extensions #26

Changed

  • improve documentation

v2.3.0

13 May 05:14
Compare
Choose a tag to compare

Fixed

  • the rule folder-naming-convention can use a pattern with multiple matchers to select target folders #21

Added

  • the rule filename-blocklist should report an error when blocklist pattern object isn't an object type
  • the rule filename-naming-convention should report an error when naming pattern object isn't an object type
  • the rule folder-match-with-fex should report an error when naming pattern object isn't an object type
  • the rule folder-naming-convention should report an error when naming pattern object isn't an object type

Changed

  • unify the style of error messages for the existing rules
  • upgrade dependencies to the latest version

v2.2.0

01 Apr 06:23
Compare
Choose a tag to compare

Thanks to @ratierd #17

Added

  • the rule filename-naming-convention can use prefined match syntax

v2.1.0

25 Mar 05:12
Compare
Choose a tag to compare

Thanks to @jbkey23 #18

Fixed

  • the rule filename-blacklist can specify the target file by its file path

Deprecated

  • the rule filename-blacklist can specify the target file by its filename

v2.0.0

05 Mar 05:54
Compare
Choose a tag to compare

Thanks to @jbkey23 #16

Changed

  • the rule filename-blacklist renamed to filename-blocklist
  • the rule filename-naming-convention show filename without path in error message

Removed

  • the rule filename-naming-convention can specify the target file by its extension

In this version, there have been some incompatible changes. Here is what you need to know:

  • the rule filename-blacklist need to renamed to filename-blocklist
  • the rule filename-naming-convention cann't specify the target file by its extension any more. Please select your target files by their file path. For example, using **/*.js instead of *.js to select all js files.

v1.3.1

15 Jan 06:48
Compare
Choose a tag to compare

Fixed

  • fix builtin CAMEL_CASE glob expression #14

v1.3.0

05 Nov 14:10
Compare
Choose a tag to compare

Thanks to @florianehmke #11

Added

  • the rule filename-blacklist can blacklist file names by pattern

v1.2.3

22 Sep 15:35
Compare
Choose a tag to compare

Fixed

  • fix builtin SNAKE_CASE, KEBAB_CASE and SCREAMING_SNAKE_CASE glob expressions

Changed

  • reduce npm package size

v1.2.2

14 Jul 16:58
Compare
Choose a tag to compare

Fixed

  • enhance support for the Windows operating system

v1.2.1

09 Jul 10:06
Compare
Choose a tag to compare

Added

  • add CHANGELOG

Changed

  • add Windows operation system support

Fixed

  • fix get wrong folder issue when eslint is worked with processors