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 6edbcd7 commit aad8528Copy full SHA for aad8528
index.js
@@ -11,8 +11,8 @@ var rules = requireUp('eslint-local-rules', __dirname);
11
if (!rules) {
12
throw new Error(
13
'eslint-plugin-local-rules: ' +
14
- 'Cannot find "eslint-local-rules.{' + exts.join(',') + "}" +
15
- '(looking up from "' + __dirname + '").'
+ 'Cannot find "eslint-local-rules{' + ['.js'].concat(exts.filter(Boolean)) + "} " +
+ 'or eslint-local-rules/index.js (checked all ancestors of "' + __dirname + '").'
16
);
17
}
18
0 commit comments