mirror of
https://github.com/wg-easy/wg-easy.git
synced 2025-09-26 19:51:15 +08:00
fix lint errors
This commit is contained in:
@@ -4,7 +4,9 @@ import withNuxt from './.nuxt/eslint.config.mjs';
|
||||
export default withNuxt([
|
||||
{
|
||||
rules: {
|
||||
'import/order': 'warn',
|
||||
// https://github.com/nuxt/eslint/issues/590
|
||||
// 'import/order': 'warn',
|
||||
'import/consistent-type-specifier-style': ['error', 'prefer-top-level'],
|
||||
},
|
||||
},
|
||||
eslintConfigPrettier,
|
||||
|
Reference in New Issue
Block a user