8 lines
165 B
JSON
8 lines
165 B
JSON
|
|
{
|
||
|
|
"$schema": "../node_modules/@biomejs/biome/configuration_schema.json",
|
||
|
|
"extends": ["../../../biome.jsonc"],
|
||
|
|
"files": {
|
||
|
|
"ignore": ["scripts/mock-api/**"]
|
||
|
|
}
|
||
|
|
}
|