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 2dac0a3 commit 8070ab3Copy full SHA for 8070ab3
eslint.config.mjs
@@ -129,7 +129,9 @@ const config = [
129
rules: {
130
'n/file-extension-in-import': 'off',
131
'n/no-unsupported-features/es-syntax': 'off',
132
- 'n/no-unsupported-features/es-builtins': 'off'
+ 'n/no-unsupported-features/es-builtins': 'off',
133
+ 'n/no-unsupported-features/node-builtins': 'off',
134
+ 'n/no-missing-import': 'off'
135
}
136
},
137
{
0 commit comments