From c6d427617492ad4d6e58e648e5aba0fee5f340da Mon Sep 17 00:00:00 2001 From: bigfengyu Date: Tue, 12 Nov 2019 10:19:16 +0800 Subject: [PATCH] fix: lint auto fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0917ecb..f21072f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "test-backup": "npm run lint && react-scripts test --env=jsdom", "test": "npm run lint", "eject": "react-scripts eject", - "lint": "tslint --project ./ -c tslint.json", + "lint": "tslint --project ./ -c tslint.json --fix", "build-docker": "docker build --rm -f \"Dockerfile\" -t rapteam/rap2-dolores:latest ." }, "repository": {