We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8e9fd commit eccf7bdCopy full SHA for eccf7bd
src/modules/tailwind.mjs
@@ -17,10 +17,13 @@ async function tailwind(options = {}) {
17
},
18
rules: {
19
'better-tailwindcss/no-duplicate-classes': 'error',
20
+ 'better-tailwindcss/no-deprecated-classes': 'warn',
21
'better-tailwindcss/no-conflicting-classes': 'error',
22
'better-tailwindcss/no-unnecessary-whitespace': 'warn',
23
'better-tailwindcss/enforce-consistent-class-order': 'warn',
24
'better-tailwindcss/enforce-consistent-variable-syntax': 'error',
25
+ 'better-tailwindcss/enforce-shorthand-classes': 'warn',
26
+ 'better-tailwindcss/enforce-consistent-important-position': 'warn',
27
28
};
29
}
0 commit comments