diff options
author | Aleksey Kladov <[email protected]> | 2019-07-25 11:05:34 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-07-25 11:05:34 +0100 |
commit | 51568c146714c6439e4a9fa5392d7d9e4fac4e95 (patch) | |
tree | 5c80e2eac0b775349d19e165233e2b1cc94944e9 /editors/code | |
parent | 0651fdc3c85b6f1f092bf15a6adedb4254fa6e83 (diff) |
try to show exact prettier problem
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index ae7207056..fd30c7946 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -25,7 +25,7 @@ | |||
25 | "lint": "tslint --project .", | 25 | "lint": "tslint --project .", |
26 | "test": "node node_modules/vscode/bin/test", | 26 | "test": "node node_modules/vscode/bin/test", |
27 | "prettier": "prettier **/*.{json,ts}", | 27 | "prettier": "prettier **/*.{json,ts}", |
28 | "travis": "npm run compile && npm run test && npm run lint && npm run prettier -- --list-different" | 28 | "travis": "npm run compile && npm run test && npm run lint && npm run prettier -- --check" |
29 | }, | 29 | }, |
30 | "prettier": { | 30 | "prettier": { |
31 | "tabWidth": 4, | 31 | "tabWidth": 4, |