mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-22 11:02:11 +03:00
Fix shared prettier settings
This commit is contained in:
parent
0b74019811
commit
ef0f69eb55
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -1,4 +1,4 @@
|
||||
{
|
||||
"prettier.configPath": "gitbutler-ui/.prettierrc",
|
||||
"prettier.prettierPath": "gitbutler-ui/node_modules/prettier/index.cjs"
|
||||
"prettier.configPath": "./gitbutler-ui/.prettierrc",
|
||||
"prettier.prettierPath": "./node_modules/prettier/index.cjs"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user