Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Open
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"singleQuote": false,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "none"
"trailingComma": "none",
"plugins": ["prettier-plugin-tailwindcss"]
}
80 changes: 80 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
"husky": "8.0.0",
"lint-staged": "13.2.3",
"prettier": "3.0.0",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "3.3.3",
"typescript": "4.9.5"
}
Expand Down
File renamed without changes.
Loading