chore: update oxlint / oxfmt settings
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
{
|
||||
"arrowParens": "always",
|
||||
"indentStyle": "space",
|
||||
"indentWidth": 2,
|
||||
"quoteStyle": "double",
|
||||
"semi": true,
|
||||
"trailingComma": "es5",
|
||||
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
||||
"experimentalSortImports": {
|
||||
"groups": [
|
||||
["side-effect"],
|
||||
@@ -17,9 +12,9 @@
|
||||
]
|
||||
},
|
||||
"experimentalTailwindcss": {
|
||||
"stylesheet": "./app/assets/css/_main.css",
|
||||
"attributes": ["class", "className"],
|
||||
"functions": ["clsx", "cn"],
|
||||
"preserveWhitespace": true
|
||||
"attributes": ["class"],
|
||||
"functions": ["tv"],
|
||||
"preserveWhitespace": true,
|
||||
"stylesheet": "./app/assets/css/_main.css"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user