mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
Fix style
This commit is contained in:
parent
0639250d5a
commit
b8d7c4e1ad
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
"package": "vsce package -o rust-analyzer.vsix",
|
||||
"watch": "tsc --watch",
|
||||
"lint": "tsfmt --verify && eslint -c .eslintrc.js --ext ts ./src",
|
||||
"fix": "tsfmt -r && eslint -c .eslintrc.js --ext ts ./src --fix"
|
||||
"fix": " tsfmt -r && eslint -c .eslintrc.js --ext ts ./src --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"jsonc-parser": "^2.1.0",
|
||||
|
|
Loading…
Reference in a new issue