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 fcc7e73 commit 6609f96Copy full SHA for 6609f96
.eslintrc.js
@@ -206,7 +206,6 @@ module.exports = {
206
'node/no-sync': 2,
207
'node/callback-return': 2,
208
'node/exports-style': 2,
209
- 'node/file-extension-in-import': 2,
210
'node/global-require': 2,
211
'node/no-mixed-requires': 2,
212
// Using path.join() is often not needed when using only core Node.js APIs
0 commit comments