Skip to content

Commit 0ecd262

Browse files
committed
refactor
1 parent cfb14c3 commit 0ecd262

8 files changed

Lines changed: 2085 additions & 611 deletions

File tree

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"rules": {
1919
"recommended": true,
2020
"suspicious": {
21-
"noArrayIndexKey": "off"
21+
"noArrayIndexKey": "off",
22+
"noShadowRestrictedNames": "off"
2223
},
2324
"a11y": {
2425
"noStaticElementInteractions": "off"

0 commit comments

Comments
 (0)