Add ts-strict-ignore plugin (#443)

* Add ts-strict-ignore plugin

* nit
This commit is contained in:
Chenlei Hu
2025-02-03 12:49:58 -08:00
committed by GitHub
parent 0ee671843b
commit 4844311f3b
17 changed files with 755 additions and 3 deletions

View File

@@ -5,7 +5,8 @@ export default {
"*.{ts,mts}": stagedFiles => [
...prettierAndEslint(stagedFiles),
`tsc --noEmit`,
"tsc --noEmit",
"tsc-strict",
],
}