Skip to content

Commit f647599

Browse files
committed
chore: fix importing JSON files
1 parent 8fde945 commit f647599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ module.exports = {
176176
},
177177
],
178178

179-
'import/extensions': [2, 'never'],
179+
'import/extensions': [2, 'never', { json: 'always' }],
180180
'import/max-dependencies': [2, { max: 20 }],
181181
'import/newline-after-import': 2,
182182
'import/no-amd': 2,

0 commit comments

Comments
 (0)