Skip to content

Commit

Permalink
Fix failing project creation from this template (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfarrant authored Aug 30, 2024
1 parent 63e5b54 commit 08e6afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.2.2",
"graphql": "^16.9.0",
"happy-dom": "^14.12.3",
"msw": "^2.3.1",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @type {import("prettier").Config} */
export default {
module.exports = {
plugins: ["prettier-plugin-tailwindcss"],
};

0 comments on commit 08e6afe

Please sign in to comment.