mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
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'"
|
"build": "echo 'build'"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"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…
Add table
Reference in a new issue