chore(dev): add cva to target of eslint-plugin-tailwindcss

This commit is contained in:
rusconn
2023-06-25 01:08:21 +09:00
parent 3112e80544
commit e2a558f9e9
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@
},
"settings": {
"tailwindcss": {
"callees": ["cn"],
"callees": ["cn", "cva"],
"config": "./tailwind.config.js"
},
"next": {