task-d.7.10

This commit is contained in:
phaichayon
2026-07-03 11:23:24 +07:00
parent ccfd7c6cd7
commit 503f34e22f
37 changed files with 1511 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
"lint": "oxlint",
"lint:fix": "oxlint --fix && bun format",
"lint:strict": "oxlint --deny-warnings",
"test:setup": "node --disable-warning=ExperimentalWarning --disable-warning=MODULE_TYPELESS_PACKAGE_JSON --experimental-strip-types --test src/tests/setup/*.test.ts",
"format": "oxfmt --write .",
"format:check": "oxfmt --check .",
"prepare": "husky",