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.