We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc04fd commit ad98e15Copy full SHA for ad98e15
lib/rules/filename-blocklist.js
@@ -61,6 +61,7 @@ module.exports = {
61
)) {
62
const matchResult =
63
matchRule(filenameWithPath, blockListPattern) ||
64
+ // TODO: remove this in next major version
65
// legacy support for versions <= 2.0.0
66
// file only can be specified by its filename, not by file path pattern
67
// it's a legacy feature, will be removed in the future
0 commit comments