style: lint and fmt code

This commit is contained in:
ReaJason
2026-08-30 21:19:42 +08:00
parent 3ada01bd97
commit e1152000f2
24 changed files with 1247 additions and 133 deletions
+7 -7
View File
@@ -1,12 +1,6 @@
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"experimentalTailwindcss": {
"stylesheet": "./app/app.css",
"attributes": ["class", "className"],
"functions": ["clsx", "cn"],
"preserveWhitespace": true
},
"ignorePatterns": [],
"ignorePatterns": ["content/**"],
"sortImports": {
"newlinesBetween": true,
"groups": [
@@ -16,5 +10,11 @@
["value-parent", "value-sibling", "value-index"],
"unknown"
]
},
"sortTailwindcss": {
"stylesheet": "./app/app.css",
"attributes": ["class", "className"],
"functions": ["clsx", "cn"],
"preserveWhitespace": true
}
}