SortableJS.page.vue
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 6m3s
/ lint-build-and-check (push) Successful in 7m10s
/ surge (push) Successful in 5m27s
/ playwright (push) Successful in 4m17s

This commit is contained in:
严浩
2025-04-15 14:17:43 +08:00
parent b43b076b9d
commit 22e5c31f58
7 changed files with 799 additions and 0 deletions

View File

@ -82,6 +82,7 @@ export default defineConfigWithVueTs(
'import-x/no-unresolved': 'off', // https://github.com/pzmosquito/eslint-import-resolver-vite/blob/67da5e259ee4c9da4c44d81b93364ae2777d00eb/index.js#L100
'import-x/newline-after-import': 'error',
'import-x/first': 'error',
'import-x/no-named-as-default': 'off',
},
},
// endregion <<< eslint-plugin-import-x <<<
@ -96,6 +97,7 @@ export default defineConfigWithVueTs(
'perfectionist/sort-objects': 'off',
'perfectionist/sort-imports': ['error'],
'perfectionist/sort-modules': 'off',
'perfectionist/sort-object-types': 'off',
},
},
// endregion <<< eslint-plugin-perfectionist <<<