Skip to content

Commit

Permalink
Remove TS test tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jan 16, 2022
1 parent 27eaa90 commit 967788e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 224 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"scripts": {
"unit": "uvu . .test.js$",
"test": "c8 pnpm unit && eslint . && check-dts && size-limit",
"test": "c8 pnpm unit && eslint . && size-limit",
"start": "vite test/demo/ --open"
},
"engines": {
Expand Down Expand Up @@ -40,11 +40,8 @@
"@size-limit/file": "^7.0.5",
"@size-limit/webpack": "^7.0.5",
"@types/node": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"benchmark": "^2.1.4",
"c8": "^7.11.0",
"check-dts": "^0.6.6",
"cuid": "^2.1.8",
"dual-publish": "^2.0.2",
"eslint": "^8.7.0",
Expand All @@ -61,7 +58,6 @@
"shortid": "^2.2.16",
"size-limit": "^7.0.5",
"terser": "^5.10.0",
"typescript": "^4.5.4",
"uid": "^2.0.0",
"uid-safe": "^2.1.5",
"uuid": "^8.3.2",
Expand Down Expand Up @@ -130,7 +126,7 @@
}
],
"eslintConfig": {
"extends": "@logux/eslint-config/ts",
"extends": "@logux/eslint-config",
"rules": {
"consistent-return": "off",
"func-style": "off",
Expand Down
206 changes: 0 additions & 206 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions tsconfig.json

This file was deleted.

0 comments on commit 967788e

Please sign in to comment.