chore(dprint): fmt & upgrade plugins (#3969)

This commit is contained in:
David Knaack
2022-05-07 02:47:30 +02:00
committed by GitHub
parent 81a696a914
commit a43628d06c
2 changed files with 9 additions and 7 deletions
+7 -5
View File
@@ -1,6 +1,8 @@
{
"incremental": true,
"typescript": {},
"typescript": {
"indentWidth": 4
},
"json": {},
"markdown": {
"lineWidth": 100
@@ -37,9 +39,9 @@
"target/"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.62.0.wasm",
"https://plugins.dprint.dev/json-0.14.0.wasm",
"https://plugins.dprint.dev/markdown-0.12.0.wasm",
"https://plugins.dprint.dev/toml-0.5.3.wasm"
"https://plugins.dprint.dev/typescript-0.68.2.wasm",
"https://plugins.dprint.dev/json-0.15.2.wasm",
"https://plugins.dprint.dev/markdown-0.13.2.wasm",
"https://plugins.dprint.dev/toml-0.5.4.wasm"
]
}
+2 -2
View File
@@ -140,9 +140,9 @@ description: Starship is the minimal, blazing fast, and extremely customizable p
This will change in the future.
Only Nushell v0.61+ is supported.
:::
Add the following to to the end of your Nushell env file (find it by running `$nu.env-path` in Nushell):
```sh
mkdir ~/.cache/starship