We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d49381 commit 975b275Copy full SHA for 975b275
package.json
@@ -5,7 +5,8 @@
5
"main": "index.js",
6
"types": "types/index.d.ts",
7
"scripts": {
8
- "lint": "ts-standard",
+ "lint": "standard",
9
+ "lint:fix": "standard --fix",
10
"test": "npm run test:unit && npm run test:typescript",
11
"test:unit": "tap",
12
"test:typescript": "tsd"
@@ -28,8 +29,8 @@
28
29
"homepage": "https://github.com/fastify/fastify-error#readme",
30
"devDependencies": {
31
"benchmark": "^2.1.4",
32
+ "standard": "^17.0.0",
33
"tap": "^16.0.0",
- "ts-standard": "^12.0.2",
34
"tsd": "^0.28.0"
35
},
36
"tsd": {
tsconfig.eslint.json
0 commit comments