PinPuYi.vue
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 2m58s
/ surge (push) Successful in 2m51s
/ playwright (push) Successful in 1m11s
/ lint-build-and-check (push) Successful in 5m19s

This commit is contained in:
严浩
2025-04-25 18:28:25 +08:00
parent 1c73834dc8
commit 6b6ddeb23b
2 changed files with 126 additions and 7 deletions

View File

@ -99,6 +99,8 @@ export default defineConfigWithVueTs(
'perfectionist/sort-imports': ['error'],
'perfectionist/sort-modules': 'off',
'perfectionist/sort-object-types': 'off',
'perfectionist/sort-enums': 'off',
'perfectionist/sort-union-types': 'off',
},
},
// endregion <<< eslint-plugin-perfectionist <<<