diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-12-06 21:40:56 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-12-06 21:40:56 +0900 |
commit | b5d1c06386716d50316d2e85d73b8ba406a7f932 (patch) | |
tree | 0d5c2dfd4628aa03589ba0be96a81605e927b38b | |
parent | 644522625f833648c9852021d17836becfc9416d (diff) |
Add lint:fix task
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
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" |