Add @types/prettier to astro-prettier-plugin (#487)
This commit is contained in:
parent
a936d92cee
commit
ff7ec2fc02
2 changed files with 10 additions and 2 deletions
5
.changeset/late-badgers-accept.md
Normal file
5
.changeset/late-badgers-accept.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'prettier-plugin-astro': patch
|
||||
---
|
||||
|
||||
Add @types/prettier for type support
|
|
@ -9,7 +9,10 @@
|
|||
"build": "echo 'build'"
|
||||
},
|
||||
"dependencies": {
|
||||
"prettier": "^2.2.1",
|
||||
"@astrojs/parser": "^0.13.3"
|
||||
"@astrojs/parser": "^0.13.3",
|
||||
"prettier": "^2.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/prettier": "^2.2.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue