Skip to content

Commit 17f5ae6

Browse files
shimbacoclaude
andcommitted
Tailwind CSS クラスソートの適用範囲を Go 版に限定
Oxfmt の sortTailwindcss をトップレベルから overrides に移動し、 go/** のみに適用するように変更。rails/public/*.html を処理する際に rails/tailwind.config.js の daisyui モジュールが見つからず CI が 失敗する問題を修正。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 34ce730 commit 17f5ae6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.oxfmtrc.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,15 @@
55
"singleQuote": false,
66
"tabWidth": 2,
77
"trailingComma": "all",
8-
"sortTailwindcss": {},
98
"sortPackageJson": false,
9+
"overrides": [
10+
{
11+
"files": ["go/**"],
12+
"options": {
13+
"sortTailwindcss": {}
14+
}
15+
}
16+
],
1017
"ignorePatterns": [
1118
"**/node_modules/",
1219
"**/vendor/",

0 commit comments

Comments
 (0)