Skip to content

Commit

Permalink
Remove unnecessary configuration for prettier
Browse files Browse the repository at this point in the history
We already have the `website/.prettierrc.js` config file defined, so let's remove the redundant config line from the `package.json` file.
  • Loading branch information
kkosiorowska committed Nov 14, 2023
1 parent cadce54 commit 060efe6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"private": true,
"version": "1.0.0",
"type": "module",
"prettier": "@thesis/prettier-config",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit 060efe6

Please sign in to comment.