Skip to content

Commit d72b1d9

Browse files
committed
biome でクラス属性のソートをするよう設定
1 parent af0ed67 commit d72b1d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

biome.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
"indentStyle": "space",
55
"indentWidth": 2
66
},
7+
"linter": {
8+
"rules": {
9+
"nursery": {
10+
"useSortedClasses": "warn"
11+
}
12+
}
13+
},
714
"vcs": {
815
"enabled": true,
916
"clientKind": "git",

0 commit comments

Comments
 (0)