From 84df0714d8d86c2a257a4e191ceb8b0818c8de6a Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 12 Nov 2021 10:35:41 +0900 Subject: use eslint --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 129e0f111b..64f5edcc90 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "watch-webpack": "webpack --watch", "watch-ts": "tsc -w -p packages/tsconfig.json && tsc-alias -w -p packages/tsconfig.json", "watch-gulp": "gulp watch", - "lint": "tslint 'packages/**/*.ts'", + "lint": "node ./scripts/lint.js", "cy:open": "cypress open", "cy:run": "cypress run", "e2e": "start-server-and-test start:test http://localhost:61812 cy:run", -- cgit v1.2.3-freya