Skip to content

Commit

Permalink
Fix tslint path in package.json
Browse files Browse the repository at this point in the history
Fix tslint path. Issue in palantir/tslint#1664
  • Loading branch information
samtux authored Jul 4, 2018
1 parent 082bfd5 commit 7e1005a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 7e1005a

Please sign in to comment.