We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1804c9 commit 857e22dCopy full SHA for 857e22d
1 file changed
eslint.config.js
@@ -7,7 +7,7 @@ const twConfig = {
7
],
8
rules: {
9
"better-tailwindcss/enforce-consistent-line-wrapping": "off",
10
- "better-tailwindcss/no-unregistered-classes": ["warn"],
+ "better-tailwindcss/no-unknown-classes": ["warn"],
11
},
12
settings: {
13
"better-tailwindcss": {
0 commit comments