Skip to content

Commit 6609f96

Browse files
authored
fix: remove file-extension-in-import (#193)
1 parent fcc7e73 commit 6609f96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ module.exports = {
206206
'node/no-sync': 2,
207207
'node/callback-return': 2,
208208
'node/exports-style': 2,
209-
'node/file-extension-in-import': 2,
210209
'node/global-require': 2,
211210
'node/no-mixed-requires': 2,
212211
// Using path.join() is often not needed when using only core Node.js APIs

0 commit comments

Comments
 (0)