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": {