ESLint: configure import/extensions
This commit is contained in:
parent
9c665f95dc
commit
5e7c8a8ff4
@ -13,9 +13,10 @@ export default [
|
|||||||
'@next/next/no-duplicate-head': 'off',
|
'@next/next/no-duplicate-head': 'off',
|
||||||
'import/extensions': [
|
'import/extensions': [
|
||||||
'error',
|
'error',
|
||||||
'ignorePackages',
|
'never',
|
||||||
{
|
{
|
||||||
css: 'always',
|
css: 'always',
|
||||||
|
json: 'always',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
'prettier/prettier': [
|
'prettier/prettier': [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user