help-beta: Add prettier plugin for astro files.

Even though we have separate packages for `help-beta`, we have opted to
put the prettier plugin and config for astro files in the main project
itself, so that linting needs to be configured only at one place.
This commit is contained in:
Shubham Padia
2025-06-30 07:28:40 +00:00
committed by Tim Abbott
parent b630c1d175
commit f37ffd8937
9 changed files with 274 additions and 201 deletions

View File

@@ -148,6 +148,7 @@
"openapi-examples-validator": "^6.0.1",
"preact": "^10.24.3",
"prettier": "~3.5.3",
"prettier-plugin-astro": "^0.14.1",
"puppeteer": "^24.1.1",
"source-map": "npm:source-map-js@^1.2.1",
"stylelint": "^16.2.0",