Thanks to visit codestin.com Credit goes to github.com
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 7ec047b commit a945062Copy full SHA for a945062
eslint.config.js
@@ -226,7 +226,6 @@ module.exports = [
226
files: [INTERNAL_FILES.RULE_TESTER_PATTERN],
227
rules: {
228
"n/no-restricted-require": ["error", [
229
- ...createInternalFilesPatterns(INTERNAL_FILES.RULE_TESTER_PATTERN),
230
resolveAbsolutePath("lib/cli-engine/index.js")
231
]]
232
}
0 commit comments