refactor: make formatter config opt-in (#22997)

This commit is contained in:
Dax
2026-04-16 22:33:09 -04:00
committed by GitHub
parent bc034ccd93
commit 8e9172e230
9 changed files with 313 additions and 144 deletions
+2 -2
View File
@@ -1589,7 +1589,7 @@ export type Config = {
}
}
formatter?:
| false
| boolean
| {
[key: string]: {
disabled?: boolean
@@ -1601,7 +1601,7 @@ export type Config = {
}
}
lsp?:
| false
| boolean
| {
[key: string]:
| {