Releases: dukeluo/eslint-plugin-check-file
Releases · dukeluo/eslint-plugin-check-file
V1.2.0
New Feature
- the rule
filename-naming-convention
can specify the target file by its file path - the rule
filename-naming-convention
can setignoreMiddleExtensions
property to ignore middle extensions when matching naming pattern
Others
- optimize docs
Please Note: When using the rule filename-naming-convention
, please specify the target file by its file path, the compatible feature of specifying the target file by extension will be removed in the future.
V1.1.0
v1.0.0
Add 3 rules:
- check-file/folder-match-with-fex: Enforce a consistent naming pattern for the folder of the specified file extension
- check-file/filename-naming-convention: Enforce a consistent naming pattern for the filename of the specified file extension
- check-file/no-index: A file cannot be named "index"