mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
21 lines
506 B
JSON
21 lines
506 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"ignorePatterns": ["content/**"],
|
|
"sortImports": {
|
|
"newlinesBetween": true,
|
|
"groups": [
|
|
"type-import",
|
|
["value-builtin", "value-external"],
|
|
"value-internal",
|
|
["value-parent", "value-sibling", "value-index"],
|
|
"unknown"
|
|
]
|
|
},
|
|
"sortTailwindcss": {
|
|
"stylesheet": "./app/app.css",
|
|
"attributes": ["class", "className"],
|
|
"functions": ["clsx", "cn"],
|
|
"preserveWhitespace": true
|
|
}
|
|
}
|