fix: lint auto fix

pull/100/head
bigfengyu 5 years ago
parent 7d223d82e9
commit c6d4276174

@ -13,7 +13,7 @@
"test-backup": "npm run lint && react-scripts test --env=jsdom", "test-backup": "npm run lint && react-scripts test --env=jsdom",
"test": "npm run lint", "test": "npm run lint",
"eject": "react-scripts eject", "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 ." "build-docker": "docker build --rm -f \"Dockerfile\" -t rapteam/rap2-dolores:latest ."
}, },
"repository": { "repository": {

Loading…
Cancel
Save