aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index d54b1750a..f2be5fb3b 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -22,7 +22,7 @@
22 "vscode:prepublish": "tsc && rollup -c", 22 "vscode:prepublish": "tsc && rollup -c",
23 "package": "vsce package -o rust-analyzer.vsix", 23 "package": "vsce package -o rust-analyzer.vsix",
24 "watch": "tsc --watch", 24 "watch": "tsc --watch",
25 "fmt": "tsfmt -r && tslint -p tsconfig.json -c tslint.json 'src/**/*.ts' --fix" 25 "fmt": "tsfmt -r && eslint -c .eslintrc.js --ext ts ./src/ --fix"
26 }, 26 },
27 "dependencies": { 27 "dependencies": {
28 "jsonc-parser": "^2.1.0", 28 "jsonc-parser": "^2.1.0",
@@ -37,9 +37,11 @@
37 "@types/node-fetch": "^2.5.4", 37 "@types/node-fetch": "^2.5.4",
38 "@types/throttle-debounce": "^2.1.0", 38 "@types/throttle-debounce": "^2.1.0",
39 "@types/vscode": "^1.42.0", 39 "@types/vscode": "^1.42.0",
40 "@typescript-eslint/eslint-plugin": "^2.20.0",
41 "@typescript-eslint/parser": "^2.20.0",
42 "eslint": "^6.8.0",
40 "rollup": "^1.31.1", 43 "rollup": "^1.31.1",
41 "tslib": "^1.10.0", 44 "tslib": "^1.10.0",
42 "tslint": "^5.20.1",
43 "typescript": "^3.7.5", 45 "typescript": "^3.7.5",
44 "typescript-formatter": "^7.2.2", 46 "typescript-formatter": "^7.2.2",
45 "vsce": "^1.73.0" 47 "vsce": "^1.73.0"