feat(cli): use biome js api to format all generated templates (#571)

This commit is contained in:
Aman Varshney
2025-09-11 01:28:56 +05:30
committed by GitHub
parent 5e91f79b29
commit ce97790e54
9 changed files with 293 additions and 121 deletions

View File

@@ -28,7 +28,13 @@
"indentStyle": "tab",
"includes": ["**", "!**/templates"]
},
"assist": { "actions": { "source": { "organizeImports": "on" } } },
"assist": {
"actions": {
"source": {
"organizeImports": "on"
}
}
},
"linter": {
"enabled": true,
"rules": {
@@ -64,7 +70,12 @@
},
"javascript": {
"formatter": {
"quoteStyle": "double"
"enabled": true
}
},
"json": {
"formatter": {
"enabled": true
}
}
}