0
Fork 0
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:
Caleb Jasik 2021-06-17 16:10:15 -05:00 committed by GitHub
parent a936d92cee
commit ff7ec2fc02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View file

@ -0,0 +1,5 @@
---
'prettier-plugin-astro': patch
---
Add @types/prettier for type support

View file

@ -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"
} }
} }