You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.