mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 03:13:41 +08:00
The lint script referenced eslint with --ext flags but the repo never had an ESLint config file, so pnpm lint always failed. Add a flat config (typescript-eslint recommended + vue essential) with legacy-code rules downgraded to warnings, drop the flat-config-incompatible --ext flags, and move pnpm build approvals from the no-longer-read pnpm.onlyBuiltDependencies field to pnpm-workspace.yaml allowBuilds. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| test | ||
| .npmrc | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| TEST_CASES.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||