Skip to content

Releases: dukeluo/eslint-plugin-check-file

V1.2.0

04 Jul 15:48
Compare
Choose a tag to compare

New Feature

  • the rule filename-naming-convention can specify the target file by its file path
  • the rule filename-naming-convention can set ignoreMiddleExtensions 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

23 Feb 15:11
Compare
Choose a tag to compare

Add 1 rule:

  • check-file/folder-naming-convention: Enforce a consistent naming pattern for the name of the specified folder

v1.0.0

10 Jan 16:25
Compare
Choose a tag to compare

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"