8 lines
155 B
JSON
8 lines
155 B
JSON
|
|
{
|
||
|
|
"$schema": "../node_modules/@biomejs/biome/configuration_schema.json",
|
||
|
|
"extends": ["../biome.jsonc"],
|
||
|
|
"formatter": {
|
||
|
|
"ignore": ["fixtures/**"]
|
||
|
|
}
|
||
|
|
}
|