Skip to content

Commit 71a138b

Browse files
committed
Upgrade @biomejs/biome to 2.3.5
1 parent 2595417 commit 71a138b

4 files changed

Lines changed: 44 additions & 42 deletions

File tree

biome.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
3-
"organizeImports": {
4-
"enabled": true
2+
"$schema": "https://biomejs.dev/schemas/2.3.5/schema.json",
3+
"assist": {
4+
"actions": {
5+
"source": {
6+
"organizeImports": "on"
7+
}
8+
}
59
},
610
"linter": {
711
"enabled": true,

lib/attr.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export function parseAttr(attrStr, rule) {
1818
* Therefore we use match() + slice() instead of split()
1919
*/
2020

21-
// biome-ignore lint: need forEach
2221
attrValues.forEach(attrKeyValue => {
2322
const match = attrKeyValue.match(keyDelimiter);
2423
if (!match) {

package-lock.json

Lines changed: 36 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"attributes"
3535
],
3636
"devDependencies": {
37-
"@biomejs/biome": "1.9.4",
37+
"@biomejs/biome": "^2.3.5",
3838
"@vitest/coverage-v8": "^4.0.8",
3939
"posthtml": "^0.16.6",
4040
"unbuild": "^3.0.1",

0 commit comments

Comments
 (0)