20 lines
475 B
JSON
20 lines
475 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"experimentalSortImports": {
|
|
"groups": [
|
|
["side_effect"],
|
|
["builtin"],
|
|
["external", "type-external"],
|
|
["internal", "type-internal"],
|
|
["parent", "type-parent"],
|
|
["sibling", "type-sibling"],
|
|
["index", "type-index"]
|
|
]
|
|
},
|
|
"experimentalTailwindcss": {
|
|
"attributes": ["class"],
|
|
"functions": ["tv"],
|
|
"stylesheet": "./app/assets/css/_main.css"
|
|
}
|
|
}
|