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 8680d86 commit 32d3514Copy full SHA for 32d3514
index.js
@@ -10,7 +10,7 @@ if (!rules) {
10
throw new Error(
11
'eslint-plugin-local-rules: ' +
12
'Cannot find "eslint-local-rules{' +
13
- ['.js'].concat(exts.filter(Boolean)) +
+ ['.js'].concat(DEFAULT_EXTENSIONS.filter(Boolean)) +
14
'} ' +
15
'or eslint-local-rules/index.js (checked all ancestors of "' +
16
__dirname +
0 commit comments