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 932cd09 commit d5d2414Copy full SHA for d5d2414
explorer-v2/.eslintrc.cjs
@@ -18,12 +18,12 @@ module.exports = {
18
},
19
rules: {
20
'eslint-comments/no-unused-disable': 'off',
21
- 'node/no-missing-import': 'off',
22
- 'node/no-unpublished-require': 'off',
23
- 'node/no-unpublished-import': 'off',
24
- 'node/no-unsupported-features/es-syntax': 'off',
+ 'n/no-missing-import': 'off',
+ 'n/no-unpublished-require': 'off',
+ 'n/no-unpublished-import': 'off',
+ 'n/no-unsupported-features/es-syntax': 'off',
25
'require-jsdoc': 'off',
26
- 'node/file-extension-in-import': 'off',
+ 'n/file-extension-in-import': 'off',
27
'prettier/prettier': [
28
'error',
29
{},
0 commit comments