slint/api/node/biome.json
FloVanGH e79dcc4bec
Use same vscode-ext lint and format also for api/node (#6039)
* Use vscode ext lint and format also for api/node
* Re-use biome config file from VS code instead of duplicating it
* Remove package-lock.json again
* Don't bother running the biome formatter on Windows

---------

Co-authored-by: Simon Hausmann <simon.hausmann@slint.dev>
2024-09-09 09:22:33 +02:00

10 lines
248 B
JSON

{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"extends": ["../../editors/vscode/biome.json"],
"formatter": {
"ignore": ["*/rust-module.d.ts"]
},
"linter": {
"ignore": ["rust-module.d.ts"]
}
}