Add automatic project formatting (#814)

* Add biome as a dev dependency and add "npm format" script

* Align new debugger code with project style
This commit is contained in:
David Kincaid
2025-03-04 19:54:47 -05:00
committed by GitHub
parent 1dcbd651df
commit f4ae73c9a0
11 changed files with 1170 additions and 886 deletions

View File

@@ -1,4 +1,7 @@
{
"vcs": {
"defaultBranch": "master"
},
"formatter": {
"enabled": true,
"formatWithErrors": false,
@@ -16,7 +19,7 @@
"rules": {
"style": {
"noUselessElse": "off",
"useImportType": "off"
"useImportType": "off"
}
}
}