Skip to content

Commit b4703e5

Browse files
chore: willboosterify this repo
1 parent f4f9db9 commit b4703e5

File tree

3 files changed

+53
-136
lines changed

3 files changed

+53
-136
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
],
1414
"scripts": {
1515
"build": "build-ts app",
16+
"check-all": "yarn cleanup && yarn typecheck && yarn test",
1617
"cleanup": "yarn format && yarn lint-fix",
1718
"format": "sort-package-json && yarn prettify",
1819
"postinstall": "husky || true",
@@ -68,15 +69,15 @@
6869
"eslint-plugin-import": "2.31.0",
6970
"eslint-plugin-sort-class-members": "1.21.0",
7071
"eslint-plugin-sort-destructure-keys": "2.0.0",
71-
"eslint-plugin-unicorn": "56.0.1",
72+
"eslint-plugin-unicorn": "57.0.0",
7273
"husky": "9.1.7",
7374
"jest": "29.7.0",
7475
"lint-staged": "15.4.3",
7576
"micromatch": "4.0.8",
7677
"pinst": "3.0.0",
7778
"prettier": "3.5.2",
7879
"semantic-release": "24.2.3",
79-
"sort-package-json": "2.15.0",
80+
"sort-package-json": "2.15.1",
8081
"ts-node": "10.9.2",
8182
"type-fest": "4.35.0",
8283
"typescript": "5.8.2",

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"allowSyntheticDefaultImports": true,
44
"alwaysStrict": true,
55
"declaration": true,
6+
"erasableSyntaxOnly": true,
67
"esModuleInterop": true,
78
"importHelpers": false,
89
"module": "NodeNext",

0 commit comments

Comments
 (0)