mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-23 00:13:36 +10:00
99c602e3c7
* Migrate from Biome to Oxlint/Oxfmt * pin version of autofix * set version of autofix * pin version of autofix * [autofix.ci] apply automated fixes * better comments, test formatter * [autofix.ci] apply automated fixes * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
26 lines
561 B
JSON
26 lines
561 B
JSON
{
|
|
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
|
"useTabs": true,
|
|
"printWidth": 120,
|
|
"trailingComma": "all",
|
|
"ignorePatterns": [],
|
|
"sortPackageJson": {
|
|
"sortScripts": true
|
|
},
|
|
"sortTailwindcss": {
|
|
"stylesheet": "./src/styles/globals.css",
|
|
"functions": ["clsx", "cva", "cn"]
|
|
},
|
|
"sortImports": {
|
|
"groups": [
|
|
"type-import",
|
|
["value-builtin", "value-external"],
|
|
"type-internal",
|
|
"value-internal",
|
|
["type-parent", "type-sibling", "type-index"],
|
|
["value-parent", "value-sibling", "value-index"],
|
|
"unknown"
|
|
]
|
|
}
|
|
}
|