Skip to content

v2.0.0

Compare
Choose a tag to compare
@dukeluo dukeluo released this 05 Mar 05:54
· 128 commits to main since this release

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.