Skip to content

Commit

Permalink
style: prettier tailwind classname 정렬 함수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
asdf99245 committed Jul 16, 2023
1 parent 24546ed commit d5eceba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"endOfLine": "auto",
"bracketSameLine": false,
"plugins": ["@trivago/prettier-plugin-sort-imports", "prettier-plugin-tailwindcss"],
"tailwindFunctions": ["clsx", "classnames", "cva", "cn"],
"tailwindFunctions": ["clsx", "classnames", "cva", "cn", "twMerge"],
"pluginSearchDirs": false,
"importOrder": [
"^next",
Expand Down

0 comments on commit d5eceba

Please sign in to comment.