Skip to content

Commit

Permalink
fixup! Switch from Gatsby to Astro
Browse files Browse the repository at this point in the history
  • Loading branch information
john-kurkowski committed May 4, 2024
1 parent 1577710 commit ef6bfe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
"stylelint --fix",
"prettier --write"
],
"*.{astro,js,jsx,mjs,ts,tsx}": [
"*.{astro,js,jsx,mjs,mts,ts,tsx}": [
"eslint --cache --fix",
"prettier --write"
],
"*.{json,md,yml}": [
"*.{json,md,mdx,yml}": [
"prettier --write"
]
},
Expand Down

0 comments on commit ef6bfe7

Please sign in to comment.