Skip to content

Commit a14b7d7

Browse files
committed
chore: update dependencies
1 parent 6e8d249 commit a14b7d7

27 files changed

+3608
-6875
lines changed

biome.jsonc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.8.2/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
33
"formatter": {
44
"enabled": true,
55
"formatWithErrors": false,
@@ -9,7 +9,7 @@
99
"lineWidth": 80,
1010
"attributePosition": "auto"
1111
},
12-
"organizeImports": { "enabled": true },
12+
"assist": { "actions": { "source": { "organizeImports": "on" } } },
1313
"linter": {
1414
"enabled": true,
1515
"rules": {
@@ -21,7 +21,6 @@
2121
},
2222
"security": { "noGlobalEval": "error" },
2323
"style": {
24-
"noVar": "error",
2524
"useBlockStatements": "off",
2625
"useConst": "error",
2726
"useNamingConvention": {
@@ -31,7 +30,8 @@
3130
},
3231
"suspicious": {
3332
"noDoubleEquals": "error",
34-
"useNamespaceKeyword": "error"
33+
"useNamespaceKeyword": "error",
34+
"noVar": "error"
3535
}
3636
}
3737
},

0 commit comments

Comments
 (0)