Releases: dukeluo/eslint-plugin-check-file
Releases · dukeluo/eslint-plugin-check-file
v2.4.0
v2.3.0
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
v2.1.0
v2.0.0
Changed
- the rule
filename-blacklist
renamed tofilename-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 tofilename-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.