chore: fix formatting and linting for json and tailwind

This commit is contained in:
Samuel 2024-12-14 12:49:34 +01:00
parent 5dc4e01ede
commit ad643ad862
No known key found for this signature in database
5 changed files with 10 additions and 7 deletions

View file

@ -101,8 +101,8 @@
"level": "error",
"fix": "safe",
"options": {
"attributes": ["className"],
"functions": ["cn"]
"attributes": ["class"],
"functions": ["cn", "cva"]
}
}
}