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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 8892f56ee..50c50fe08 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -24,7 +24,7 @@
24 "package": "vsce package -o rust-analyzer.vsix", 24 "package": "vsce package -o rust-analyzer.vsix",
25 "watch": "tsc --watch", 25 "watch": "tsc --watch",
26 "lint": "tsfmt --verify && eslint -c .eslintrc.js --ext ts ./src", 26 "lint": "tsfmt --verify && eslint -c .eslintrc.js --ext ts ./src",
27 "fix": "tsfmt -r && eslint -c .eslintrc.js --ext ts ./src --fix" 27 "fix": " tsfmt -r && eslint -c .eslintrc.js --ext ts ./src --fix"
28 }, 28 },
29 "dependencies": { 29 "dependencies": {
30 "jsonc-parser": "^2.1.0", 30 "jsonc-parser": "^2.1.0",