chore: eslint.config.ts
All checks were successful
/ depcheck (push) Successful in 2m12s
/ build-and-deploy-to-vercel (push) Successful in 2m22s
/ surge (push) Successful in 1m53s
/ playwright (push) Successful in 3m18s

This commit is contained in:
mini2024
2025-03-01 18:20:11 +08:00
parent 94b71c5c47
commit c7047146e4
13 changed files with 135 additions and 44 deletions

View File

@ -2,6 +2,7 @@
// node .depcheck.js
import depcheck from 'depcheck';
depcheck(process.cwd(), {
ignorePatterns: ['tsconfig.json'],
}).then((unused) => {