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: docs/rules/filename-blocklist.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
Allows you to blocklist certain file name patterns.
4
4
5
+
:warning::warning::warning:
6
+
7
+
**The rule was called `filename-blacklist` in versions below v2.0.0. This rule name has been abandoned since it is less inclusive. Please update to the latest rule name.**
8
+
5
9
## Rule Details
6
10
7
11
This rule aims to maintain a consistent naming scheme.
@@ -30,7 +34,7 @@ src/bar.models.ts
30
34
31
35
#### blocklist pattern object
32
36
33
-
You need to specify a different naming pattern for each filename blocklist. The second pattern is used to hint at the correct file name that should be used instead.
37
+
You need to specify a different naming pattern for each filename blocklist. The second pattern is used to hint at the correct file name that should be used instead. The plugin will only check blocklisted pattern you explicitly provided:
0 commit comments