Skip to content

Commit d5d2414

Browse files
committed
fix
1 parent 932cd09 commit d5d2414

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

explorer-v2/.eslintrc.cjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ module.exports = {
1818
},
1919
rules: {
2020
'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',
21+
'n/no-missing-import': 'off',
22+
'n/no-unpublished-require': 'off',
23+
'n/no-unpublished-import': 'off',
24+
'n/no-unsupported-features/es-syntax': 'off',
2525
'require-jsdoc': 'off',
26-
'node/file-extension-in-import': 'off',
26+
'n/file-extension-in-import': 'off',
2727
'prettier/prettier': [
2828
'error',
2929
{},

0 commit comments

Comments
 (0)