Skip to content

Commit

Permalink
chore: update prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
pajecawav committed Jul 16, 2023
1 parent 760fa9f commit bdaec01
Show file tree
Hide file tree
Showing 5 changed files with 977 additions and 469 deletions.
1 change: 0 additions & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import("prettier").Config} */
module.exports = {
printWidth: 100,
trailingComma: "es5",
useTabs: true,
tabWidth: 4,
arrowParens: "avoid",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint-staged": "^13.2.3",
"npm-run-all": "^4.1.5",
"nuxt": "^3.6.2",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"sass": "^1.63.6",
"vue-tsc": "^1.8.4"
},
Expand Down
Loading

1 comment on commit bdaec01

@vercel
Copy link

@vercel vercel bot commented on bdaec01 Jul 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bhn – ./

bhn-git-master-pajecawav.vercel.app
bhn-pajecawav.vercel.app
bhn.vercel.app

Please sign in to comment.