sometimes-needed

This commit is contained in:
Untone 2024-02-04 12:26:45 +03:00
parent 4218de6fba
commit 416f9c1ca4

View File

@ -24,7 +24,8 @@
"recommended": true, "recommended": true,
"complexity": { "complexity": {
"noForEach": "off", "noForEach": "off",
"useOptionalChain": "warn" "useOptionalChain": "warn",
"useLiteralKeys": "off"
}, },
"a11y": { "a11y": {
"useHeadingContent": "off", "useHeadingContent": "off",