Skip to content

Commit

Permalink
chore: add astro extension in lint-staged code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing committed Jan 22, 2024
1 parent 424c422 commit d41bb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -56,7 +56,7 @@
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx,md,mdx,json}": [
"*.{js,jsx,ts,tsx,md,mdx,json,astro}": [
"prettier --plugin-search-dir=. --write"
]
}
Expand Down

0 comments on commit d41bb69

Please sign in to comment.