refactor(chart): enforce 400-line source limit
Some checks failed
Package component / package (push) Failing after 4m19s

This commit is contained in:
liqiyuan
2026-07-27 15:05:13 +08:00
parent dcc27a88be
commit 082462cf67
61 changed files with 9682 additions and 8407 deletions

4
scripts/clean-types.mjs Normal file
View File

@@ -0,0 +1,4 @@
import { rmSync } from 'node:fs'
import { resolve } from 'node:path'
rmSync(resolve('dist/types'), { recursive: true, force: true })