Chore(app): re-enable classname linting to be an error

This commit is contained in:
Johannes Kirschbauer
2025-04-28 14:14:42 +02:00
parent 6700d3d502
commit b3e5b1de8a

View File

@@ -18,7 +18,7 @@ export default tseslint.config(
},
],
"tailwindcss/no-custom-classname": [
"warn",
"error",
{
callees: ["cx"],
whitelist: ["material-icons"],