Skip to content

Commit 91172d1

Browse files
fix: update preset for "enforces-negative-arbitrary-values"
1 parent fcea099 commit 91172d1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

lib/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)