15 lines
214 B
JSON
15 lines
214 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.4.5/schema.json",
|
|
"root": false,
|
|
"extends": [
|
|
"../sdk/biome.json"
|
|
],
|
|
"linter": {
|
|
"rules": {
|
|
"a11y": {
|
|
"noStaticElementInteractions": "warn"
|
|
}
|
|
}
|
|
}
|
|
}
|