File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ Configure the rules you want to use under the rules section.
125125{
126126 "rules" : {
127127 "tailwindcss/classnames-order" : " warn" ,
128+ "tailwindcss/enforces-negative-arbitrary-values" : " warn" ,
128129 "tailwindcss/enforces-shorthand" : " warn" ,
129130 "tailwindcss/migration-from-tailwind-2" : " warn" ,
130131 "tailwindcss/no-arbitrary-value" : " off" ,
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ module.exports = {
3030 } ,
3131 rules : {
3232 'tailwindcss/classnames-order' : 'warn' ,
33+ 'tailwindcss/enforces-negative-arbitrary-values' : 'warn' ,
3334 'tailwindcss/enforces-shorthand' : 'warn' ,
3435 'tailwindcss/migration-from-tailwind-2' : 'warn' ,
3536 'tailwindcss/no-arbitrary-value' : 'off' ,
You can’t perform that action at this time.
0 commit comments