All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.2.3 -2022-09-22
- fix builtin
SNAKE_CASE
,KEBAB_CASE
andSCREAMING_SNAKE_CASE
glob expressions
- reduce npm package size
1.2.2 -2022-07-15
- enhance support for the Windows operating system
1.2.1 -2022-07-09
- add CHANGELOG
- add Windows operation system support
- fix get wrong folder issue when
eslint
is worked with processors
1.2.0 - 2022-07-04
- 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
- optimize docs
- the rule
filename-naming-convention
can specify the target file by its extension
1.1.0 - 2022-02-23
check-file/folder-naming-convention
: Enforce a consistent naming pattern for the name of the specified folder
1.0.0 - 2022-01-11
check-file/folder-match-with-fex
: Enforce a consistent naming pattern for the folder of the specified file extensioncheck-file/filename-naming-convention
: Enforce a consistent naming pattern for the filename of the specified file extensioncheck-file/no-index
: A file cannot be named "index"