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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# eslint-plugin-check-file
2
2
3
-
Allows you to enforce a consistent naming pattern for the folder of the specified file.
3
+
ESLint rules for consistent filename and folder. Allows you to enforce a consistent naming pattern for the filename and folder.
4
4
5
5
## Installation
6
6
@@ -48,6 +48,6 @@ Then configure the rules you want to use under the rules section.
48
48
49
49
## Supported Rules
50
50
51
-
-[check-file/folder-match-with-fex](docs/rules/folder-match-with-fex.md): Enforce a consistent naming pattern for the folder of the specified file
51
+
-[check-file/folder-match-with-fex](docs/rules/folder-match-with-fex.md): Enforce a consistent naming pattern for the folder of the specified file extension
0 commit comments