mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
* 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>
10 lines
248 B
JSON
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"]
|
|
}
|
|
}
|