mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-25 00:11:52 +08:00
style: lint and fmt code
This commit is contained in:
+7
-7
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user