Skip to content

Commit ad98e15

Browse files
committed
fix: update comment
1 parent 7fc04fd commit ad98e15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rules/filename-blocklist.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ module.exports = {
6161
)) {
6262
const matchResult =
6363
matchRule(filenameWithPath, blockListPattern) ||
64+
// TODO: remove this in next major version
6465
// legacy support for versions <= 2.0.0
6566
// file only can be specified by its filename, not by file path pattern
6667
// it's a legacy feature, will be removed in the future

0 commit comments

Comments
 (0)