Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update enforces-shorthand.md
Correct the example code
  • Loading branch information
thebuilder authored Jan 13, 2022
commit 3993cbccdc3c6d991c3f11873dfceb6a106c11f3
2 changes: 1 addition & 1 deletion docs/rules/enforces-shorthand.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If indeed, you are using the `classnames-order` rule, then it'll be automaticall

```js
...
"tailwindcss/no-custom-classname": [<enabled>, {
"tailwindcss/enforces-shorthand": [<enabled>, {
"callees": Array<string>,
"config": <string>|<object>,
"tags": Array<string>,
Expand Down