Linting Notes
Good Eslint References
Biome
Broken Config, add back to nursery section later
{"useSortedClasses": {
"fix": "safe",
"level": "error",
"options": {
"attributes": ["className"],
"functions": ["clsx", "cva", "tw", "twMerge", "cn", "twJoin"]
}
},
"useComponentExportOnlyModules": {
"level": "warn",
"options": {
"allowExportNames": [
"json",
"loader",
"headers",
"meta",
"links",
"scripts"
],
"allowConstantExport": true
}
}}