update
This commit is contained in:
@@ -17,19 +17,22 @@ module.exports = antfu(
|
||||
'node/prefer-global/process': 'off',
|
||||
'node/prefer-global/buffer': 'off',
|
||||
'antfu/if-newline': 'off',
|
||||
'style/brace-style': 'off',
|
||||
'style/operator-linebreak': 'off',
|
||||
'no-case-declarations': 'off',
|
||||
'import/order': [
|
||||
2,
|
||||
{
|
||||
pathGroups: [
|
||||
'pathGroups': [
|
||||
{
|
||||
pattern: '~/**',
|
||||
group: 'external',
|
||||
position: 'after',
|
||||
},
|
||||
],
|
||||
alphabetize: { order: 'asc', caseInsensitive: false },
|
||||
'alphabetize': { order: 'asc', caseInsensitive: false },
|
||||
'newlines-between': 'always-and-inside-groups',
|
||||
warnOnUnassignedImports: true,
|
||||
'warnOnUnassignedImports': true,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user