We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa82c33 + 77023df commit f8ce248Copy full SHA for f8ce248
1 file changed
biome.json
@@ -43,9 +43,6 @@
43
"linter": {
44
"enabled": true,
45
"rules": {
46
- "performance": {
47
- "noAccumulatingSpread": "off"
48
- },
49
"a11y": {
50
"noSvgWithoutTitle": "warn",
51
"useAnchorContent": "error",
@@ -60,8 +57,9 @@
60
57
"useLiteralKeys": "error",
61
58
"useOptionalChain": "warn",
62
59
"useSimplifiedLogicExpression": {
+ "fix": "safe",
63
"level": "warn",
64
- "fix": "none"
+ "options": {}
65
}
66
},
67
"correctness": {
@@ -75,6 +73,9 @@
75
73
"nursery": {
76
74
"useSortedClasses": "warn"
77
+ "performance": {
+ "noAccumulatingSpread": "off"
78
+ },
79
"recommended": true,
80
"style": {
81
"noNegationElse": "error",
0 commit comments