Skip to content

Commit cc37f59

Browse files
authored
eslint: expect extensions for local imports (#288)
1 parent ecaf8d4 commit cc37f59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eslint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ export default [
137137
'no-empty-function': 'error',
138138
'valid-jsdoc': 'off',
139139
yoda: 'error',
140-
'import/extensions': ['error', 'never'],
141140
'import/no-unresolved': 'off',
142141

143142
'import/order': [

0 commit comments

Comments
 (0)