Skip to content

Commit f8ce248

Browse files
authored
Merge pull request #3 from Tracktor/fix/update-biome
fix: update biome
2 parents aa82c33 + 77023df commit f8ce248

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

biome.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
"linter": {
4444
"enabled": true,
4545
"rules": {
46-
"performance": {
47-
"noAccumulatingSpread": "off"
48-
},
4946
"a11y": {
5047
"noSvgWithoutTitle": "warn",
5148
"useAnchorContent": "error",
@@ -60,8 +57,9 @@
6057
"useLiteralKeys": "error",
6158
"useOptionalChain": "warn",
6259
"useSimplifiedLogicExpression": {
60+
"fix": "safe",
6361
"level": "warn",
64-
"fix": "none"
62+
"options": {}
6563
}
6664
},
6765
"correctness": {
@@ -75,6 +73,9 @@
7573
"nursery": {
7674
"useSortedClasses": "warn"
7775
},
76+
"performance": {
77+
"noAccumulatingSpread": "off"
78+
},
7879
"recommended": true,
7980
"style": {
8081
"noNegationElse": "error",

0 commit comments

Comments
 (0)