feat: 添加 oxlint 配置文件并更新 lint 脚本
Some checks failed
/ build-and-deploy-to-vercel (push) Successful in 2m53s
/ lint-build-and-check (push) Successful in 4m15s
/ playwright (push) Failing after 6m44s
/ surge (push) Successful in 2m53s

This commit is contained in:
mini2024
2025-03-31 01:41:17 +08:00
parent 3adafb58d5
commit 5ba87212b9
3 changed files with 11 additions and 2 deletions

View File

@ -20,7 +20,6 @@ configureVueProject({ scriptLangs: ['ts', 'tsx', 'js', 'jsx'] });
export default defineConfigWithVueTs(
includeIgnoreFile(path.resolve(__dirname, '.gitignore')),
// npx oxlint . --fix -D correctness --ignore-pattern '/src/components/InspiraUI/*'
{ ignores: ['typed-router.d.ts', 'src/shadcn/**', 'src/components/InspiraUI/**'] },
{