Skip to content

Commit

Permalink
feat: add prettier-plugin-astro to .prettierrc (#434)
Browse files Browse the repository at this point in the history
Co-authored-by: Julius Marminge <julius0216@outlook.com>
  • Loading branch information
c-ehrlich and juliusmarminge authored Sep 13, 2022
1 parent ded8c7c commit 4675cb6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"jsxSingleQuote": false,
"semi": true,
"trailingComma": "all",
"tabWidth": 2
}
"tabWidth": 2,
"plugins": [
"prettier-plugin-astro"
]
}

1 comment on commit 4675cb6

@vercel
Copy link

@vercel vercel bot commented on 4675cb6 Sep 13, 2022

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:

create-t3-app – ./

create-t3-app-git-main-t3-oss.vercel.app
create-t3-app-t3-oss.vercel.app
create-t3-app-nu.vercel.app

Please sign in to comment.