From b5d1c06386716d50316d2e85d73b8ba406a7f932 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Fri, 6 Dec 2019 21:40:56 +0900 Subject: Add lint:fix task --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b963a5b..0725795 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "build": "NODE_ENV=production webpack --mode production --progress --display-error-details --devtool inline-source-map", "package": "npm run build && script/package", "lint": "eslint --ext .ts,.tsx src", + "lint:fix": "eslint --ext .ts,.tsx src --fix", "type-checks": "tsc --noEmit", "test": "karma start", "test:e2e": "mocha --timeout 10000 --retries 10 --require ts-node/register --extension ts e2e" -- cgit v1.2.3