try to show exact prettier problem

This commit is contained in:
Aleksey Kladov 2019-07-25 13:05:34 +03:00
parent 0651fdc3c8
commit 51568c1467

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,