Skip to content

Commit 2763d9e

Browse files
chore: willboosterify this repo
1 parent ac301bd commit 2763d9e

File tree

3 files changed

+113
-196
lines changed

3 files changed

+113
-196
lines changed

package.json

+6-5
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",
@@ -55,28 +56,28 @@
5556
"@types/micromatch": "4.0.9",
5657
"@types/node": "22.13.5",
5758
"@types/yargs": "17.0.33",
58-
"@typescript-eslint/eslint-plugin": "8.24.1",
59-
"@typescript-eslint/parser": "8.24.1",
59+
"@typescript-eslint/eslint-plugin": "8.25.0",
60+
"@typescript-eslint/parser": "8.25.0",
6061
"@willbooster/eslint-config-ts": "10.6.1",
6162
"@willbooster/prettier-config": "9.1.3",
6263
"@yarnpkg/core": "4.2.0",
6364
"build-ts": "13.1.24",
6465
"conventional-changelog-conventionalcommits": "8.0.0",
6566
"eslint": "8.57.0",
66-
"eslint-config-prettier": "10.0.1",
67+
"eslint-config-prettier": "10.0.2",
6768
"eslint-import-resolver-typescript": "3.8.3",
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.14.0",
80+
"sort-package-json": "2.15.0",
8081
"ts-node": "10.9.2",
8182
"type-fest": "4.35.0",
8283
"typescript": "5.7.3",

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)