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
ESLint rules for consistent filename and folder. Allows you to enforce a consistent naming pattern for the filename and folder.
4
7
5
8
## Installation
@@ -75,3 +78,9 @@ Then configure the rules you want to use under the rules section.
75
78
-[check-file/no-index](docs/rules/no-index.md): A file cannot be named "index"
76
79
-[check-file/folder-naming-convention](docs/rules/folder-naming-convention.md): Enforce a consistent naming pattern for the name of the specified folder
77
80
-[check-file/filename-blacklist](docs/rules/filename-blacklist.md): Blacklist file names by pattern
0 commit comments