Skip to content

Commit

Permalink
tailwind disable enforces-shorthand rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Feb 21, 2024
1 parent 9fae835 commit be1b10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"tailwindcss/no-custom-classname": "off",
"tailwindcss/migration-from-tailwind-2": "error",
"tailwindcss/classnames-order": "error",
"tailwindcss/enforces-shorthand": "error",
"tailwindcss/enforces-shorthand": "off",
"tailwindcss/no-contradicting-classname": "error"
},
"ignorePatterns": [
Expand Down

0 comments on commit be1b10a

Please sign in to comment.