Remove prettier

This commit is contained in:
Aleksey Kladov 2019-12-30 23:27:13 +01:00
parent 233f1dd2a8
commit 9fae4f4b99
2 changed files with 1 additions and 14 deletions

View file

@ -534,12 +534,6 @@
"integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=",
"dev": true
},
"prettier": {
"version": "1.19.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz",
"integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==",
"dev": true
},
"read": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/read/-/read-1.0.7.tgz",

View file

@ -18,8 +18,7 @@
"scripts": {
"vscode:prepublish": "rollup -c",
"package": "vsce package",
"watch": "tsc -watch -p ./",
"prettier": "prettier --write '**/*.ts'"
"watch": "tsc -watch -p ./"
},
"dependencies": {
"jsonc-parser": "^2.1.0",
@ -33,17 +32,11 @@
"@types/node": "^12.12.21",
"@types/seedrandom": "^2.4.28",
"@types/vscode": "^1.41.0",
"prettier": "^1.19.1",
"rollup": "^1.27.14",
"tslib": "^1.10.0",
"typescript": "^3.7.3",
"vsce": "^1.71.0"
},
"prettier": {
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "all"
},
"activationEvents": [
"onLanguage:rust",
"onCommand:rust-analyzer.analyzerStatus",