Skip to content

Commit 967788e

Browse files
committed
Remove TS test tools
1 parent 27eaa90 commit 967788e

File tree

3 files changed

+2
-224
lines changed

3 files changed

+2
-224
lines changed

package.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"scripts": {
1212
"unit": "uvu . .test.js$",
13-
"test": "c8 pnpm unit && eslint . && check-dts && size-limit",
13+
"test": "c8 pnpm unit && eslint . && size-limit",
1414
"start": "vite test/demo/ --open"
1515
},
1616
"engines": {
@@ -40,11 +40,8 @@
4040
"@size-limit/file": "^7.0.5",
4141
"@size-limit/webpack": "^7.0.5",
4242
"@types/node": "^17.0.8",
43-
"@typescript-eslint/eslint-plugin": "^5.9.1",
44-
"@typescript-eslint/parser": "^5.9.1",
4543
"benchmark": "^2.1.4",
4644
"c8": "^7.11.0",
47-
"check-dts": "^0.6.6",
4845
"cuid": "^2.1.8",
4946
"dual-publish": "^2.0.2",
5047
"eslint": "^8.7.0",
@@ -61,7 +58,6 @@
6158
"shortid": "^2.2.16",
6259
"size-limit": "^7.0.5",
6360
"terser": "^5.10.0",
64-
"typescript": "^4.5.4",
6561
"uid": "^2.0.0",
6662
"uid-safe": "^2.1.5",
6763
"uuid": "^8.3.2",
@@ -130,7 +126,7 @@
130126
}
131127
],
132128
"eslintConfig": {
133-
"extends": "@logux/eslint-config/ts",
129+
"extends": "@logux/eslint-config",
134130
"rules": {
135131
"consistent-return": "off",
136132
"func-style": "off",

pnpm-lock.yaml

-206
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

-12
This file was deleted.

0 commit comments

Comments
 (0)