Added rules on biome
This commit is contained in:
parent
1c515a6411
commit
d73696cbd2
1 changed files with 7 additions and 0 deletions
|
|
@ -40,6 +40,13 @@
|
||||||
"a11y": {
|
"a11y": {
|
||||||
"useKeyWithClickEvents": "off",
|
"useKeyWithClickEvents": "off",
|
||||||
"noStaticElementInteractions": "off"
|
"noStaticElementInteractions": "off"
|
||||||
|
},
|
||||||
|
"complexity": {
|
||||||
|
"noUselessFragments": "off"
|
||||||
|
},
|
||||||
|
"suspicious": {
|
||||||
|
"noImplicitAnyLet": "off",
|
||||||
|
"noImplicitAny": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue