Skip to content

Commit

Permalink
fix: add astro formatting to .lintstagedrc (#463) (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
HansGabriel committed Sep 18, 2022
1 parent a64d6c3 commit c9cda8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .lintstagedrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
],
"*.{json,md,mdx}": [
"prettier --write"
],
"www/**/*.astro": [
"prettier --write"
]
}

1 comment on commit c9cda8d

@vercel
Copy link

@vercel vercel bot commented on c9cda8d Sep 18, 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-nu.vercel.app
create-t3-app-git-main-t3-oss.vercel.app
create-t3-app-t3-oss.vercel.app

Please sign in to comment.