Fix shared prettier settings

This commit is contained in:
Mattias Granlund 2024-01-02 12:18:15 +01:00
parent 0b74019811
commit ef0f69eb55

View File

@ -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"
}