Skip to content

Commit 3138c12

Browse files
authored
Merge pull request #191 from netlify/chore/fix-extensions
chore: fix importing JSON files
2 parents 8fde945 + f647599 commit 3138c12

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)