Skip to content

Commit 2785bdd

Browse files
committed
chore: remove now unnecessary loose-ts-check
1 parent 3f8b289 commit 2785bdd

File tree

4 files changed

+2
-41
lines changed

4 files changed

+2
-41
lines changed

ignored-error-codes.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

loosely-type-checked-files.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"lint.cspell": "cspell lint --no-progress --show-suggestions",
3333
"lint.eslint": "eslint **/*.{ts,tsx,js,jsx,cjs,mjs,json,yaml} --no-error-on-unmatched-pattern --cache --cache-location ./.cache/eslint/ --fix",
3434
"lint.prettier": "prettier --write .",
35-
"lint.tsc": "tsc --noEmit | loose-ts-check",
35+
"lint.tsc": "tsc --noEmit",
3636
"pack.exe": "shx rm -rf ./dist/tsconfig.tsbuildinfo && ts-node --esm ./dev/scripts/pack-exe.ts",
3737
"prepare": "pnpm run -r build && pnpm run -w build",
3838
"start.docker": "docker run -t setup_cpp .",
@@ -88,7 +88,6 @@
8888
"eslint-config-atomic": "^1.18.1",
8989
"gen-readme": "^1.6.0",
9090
"jest": "^29.2.1",
91-
"loose-ts-check": "^1.2.0",
9291
"npm-check-updates": "^16.3.14",
9392
"npm-run-all2": "^6.0.2",
9493
"parcel": "2.7.0",

pnpm-lock.yaml

Lines changed: 1 addition & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)