Learnings and notes moved to saas.recipes
This page is outdated
I am consolidating notes on saas.recipes so new writeups, AI- generated learnings, and RAG/Bedrock knowledge-base insights are integrated in one place. This copy remains available for reference, but it may not match the latest version.
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
}
}}