Files
quicktype/biome.json
inferrinizzard 7cd667e5c8 release: Quicktype v23.2.0 (#2743)
* chore: Update typescript to latest version (#2735)

* install and configure biome (#2741)

* Remove FixMeAnyOptionsType, fix lint issues (#2742)

* bump version to 23.2.0
2025-05-15 16:29:12 +00:00

17 lines
307 B
JSON

{
"files": {
"ignore": [
"test/runs",
"test/inputs",
"dist",
"node_modules",
"packages/*/dist",
"packages/*/node_modules"
]
},
"formatter": {
"indentStyle": "space",
"indentWidth": 4
}
}