aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAlan Du <[email protected]>2019-01-15 16:15:39 +0000
committerAlan Du <[email protected]>2019-01-15 16:15:39 +0000
commitca239ace932cb8cfa80ac01a9d4c599a8fd07560 (patch)
treee1049f72333740d79806ab1907c7db740b03b4f6 /editors
parent91feed736f91a3790b2f5a5d0d879c06843bce95 (diff)
Fail Travis on Prettier formatting issue
Diffstat (limited to 'editors')
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 026ef6842..9433bd3d2 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -24,7 +24,7 @@
24 "fix": "prettier **/*.{json,ts} --write && tslint --project . --fix", 24 "fix": "prettier **/*.{json,ts} --write && tslint --project . --fix",
25 "lint": "tslint --project .", 25 "lint": "tslint --project .",
26 "prettier": "prettier **/*.{json,ts}", 26 "prettier": "prettier **/*.{json,ts}",
27 "travis": "npm run compile && npm run lint && npm run prettier --list-different" 27 "travis": "npm run compile && npm run lint && npm run prettier -- --list-different"
28 }, 28 },
29 "prettier": { 29 "prettier": {
30 "tabWidth": 4, 30 "tabWidth": 4,