chore: update prettier to 3.5.1 and enable `experimentalOperatorPosition` (#2427)
parent
7a5495963b
commit
c5da9d2579
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"semi": false,
|
"semi": false,
|
||||||
"trailingComma": "none"
|
"trailingComma": "none",
|
||||||
|
"experimentalOperatorPosition": "start"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue