Skip to content

Commit

Permalink
docs: don't remove random settings
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Jan 8, 2025
1 parent 1ad2714 commit 6774610
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/settings/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ To set the settings object, add a `settings` key to the eslint config.
"rules": { /* ... */ },
"settings": {
"readable-tailwind": {
"classAttributes": ["class", "className"],
"callees": ["cc", "clb", "clsx", "cn", "cnb", "ctl", "cva", "cx", "dcnb", "objstr", "tv", "twJoin", "twMerge"],
"variables": ["className", "classNames", "classes", "style", "styles"]
"classAttributes": [/* ... */],
"callees": [/* ... */],
"variables": [/* ... */],
"tags": [/* ... */]
}
}
}
Expand Down

0 comments on commit 6774610

Please sign in to comment.