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',
|
||||
'import/extensions': [
|
||||
'error',
|
||||
'ignorePackages',
|
||||
'never',
|
||||
{
|
||||
css: 'always',
|
||||
json: 'always',
|
||||
},
|
||||
],
|
||||
'prettier/prettier': [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user