aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-12-17 21:12:18 +0000
committerGitHub <[email protected]>2019-12-17 21:12:18 +0000
commitee93fac7767d36ee91d5a0029bb58023765c72d5 (patch)
tree2f8b62d4ebe5e18f71fe0e652382fd8263c0ed15 /editors/code/package.json
parentff8f80579a9e55d622b994e752c3692bfbd80dcf (diff)
parentda29b7fb14bcfd4ace1b743175393bcabdc02693 (diff)
Merge #2583
2583: Use prettier settings in ts-lint r=matklad a=edwin0cheng This PR add `tslint-plugin-prettier` extension in ts-lint, which "runs prettier rules as tslint rules." and remove `quotemark` from ts-lint and let prettier to handle it. And also fix #2515 Co-authored-by: Edwin Cheng <[email protected]>
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index f7ab2c2f3..f2e8e647e 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -48,11 +48,12 @@
48 "rollup": "^1.27.9", 48 "rollup": "^1.27.9",
49 "rollup-plugin-commonjs": "^10.1.0", 49 "rollup-plugin-commonjs": "^10.1.0",
50 "rollup-plugin-node-resolve": "^5.2.0", 50 "rollup-plugin-node-resolve": "^5.2.0",
51 "rollup-plugin-typescript": "^1.0.1",
52 "rollup-plugin-sourcemaps": "^0.4.2", 51 "rollup-plugin-sourcemaps": "^0.4.2",
52 "rollup-plugin-typescript": "^1.0.1",
53 "shx": "^0.3.1", 53 "shx": "^0.3.1",
54 "tslint": "^5.20.1", 54 "tslint": "^5.20.1",
55 "tslint-config-prettier": "^1.18.0", 55 "tslint-config-prettier": "^1.18.0",
56 "tslint-plugin-prettier": "^2.0.1",
56 "typescript": "^3.7.3", 57 "typescript": "^3.7.3",
57 "vsce": "^1.70.0", 58 "vsce": "^1.70.0",
58 "vscode-test": "^1.2.3" 59 "vscode-test": "^1.2.3"