From 086a21af6b1cd732395f67c0765c560ddd016670 Mon Sep 17 00:00:00 2001 From: Alessandro Magionami Date: Sun, 28 Nov 2021 12:26:37 +0100 Subject: [PATCH] chore: remove ts-standard --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index 0454468..d7c4c6b 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,7 @@ "main": "index.js", "types": "index.d.ts", "scripts": { - "lint": "standard && npm run lint:typescript", - "lint:typescript": "ts-standard", + "lint": "standard", "test": "npm run lint && npm run unit && npm run typescript", "typescript": "tsd", "unit": "tap --100 test/*.test.js" @@ -22,13 +21,10 @@ }, "devDependencies": { "@types/node": "^16.11.10", - "@typescript-eslint/eslint-plugin": "^4.2.0", - "@typescript-eslint/parser": "^4.2.0", "fastify": "^3.24.0", "fastify-tsconfig": "^1.0.1", "standard": "^16.0.4", "tap": "^15.1.5", - "ts-standard": "^10.0.0", "tsd": "^0.19.0", "typescript": "^4.5.2" },