cleanup
This commit is contained in:
parent
eac0aa54b1
commit
c8bcc46632
2 changed files with 4 additions and 3 deletions
|
|
@ -11,7 +11,10 @@
|
|||
"check": "astro check"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,ts,jsx,tsx,astro,html,md,json,yml,yaml}": "prettier --write"
|
||||
"*.{js,ts,jsx,tsx,astro,html,md,json,yml,yaml}": [
|
||||
"prettier --write",
|
||||
"astro check"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^4.3.6",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue