Skip to content

Commit 975b275

Browse files
authored
build(deps-dev): use standard instead of ts-standard (#104)
1 parent 2d49381 commit 975b275

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"types": "types/index.d.ts",
77
"scripts": {
8-
"lint": "ts-standard",
8+
"lint": "standard",
9+
"lint:fix": "standard --fix",
910
"test": "npm run test:unit && npm run test:typescript",
1011
"test:unit": "tap",
1112
"test:typescript": "tsd"
@@ -28,8 +29,8 @@
2829
"homepage": "https://github.com/fastify/fastify-error#readme",
2930
"devDependencies": {
3031
"benchmark": "^2.1.4",
32+
"standard": "^17.0.0",
3133
"tap": "^16.0.0",
32-
"ts-standard": "^12.0.2",
3334
"tsd": "^0.28.0"
3435
},
3536
"tsd": {

tsconfig.eslint.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)