1589: try to show exact prettier problem r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2019-07-25 10:06:00 +00:00
commit 1d68e6171e

View file

@ -25,7 +25,7 @@
"lint": "tslint --project .",
"test": "node node_modules/vscode/bin/test",
"prettier": "prettier **/*.{json,ts}",
"travis": "npm run compile && npm run test && npm run lint && npm run prettier -- --list-different"
"travis": "npm run compile && npm run test && npm run lint && npm run prettier -- --check"
},
"prettier": {
"tabWidth": 4,