diff --git a/package.json b/package.json index 72fa41ed8..eecaec633 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "start": "grunt", "start-dev": "npm run build && NODE_ENV=development grunt", "test": "jest -c jest-unit.json", - "tslint": "tslint --fix --project ./tsconfig.json" + "tslint": "tslint -c tslint.json -p tsconfig.json --project . -t stylish || echo" }, "electron-version": "1.8.2", "dependencies": {