Package Exports
- prettier-plugin-astro
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (prettier-plugin-astro) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
WIP Prettier Plugin for Astro, does not work yet!
See astro.
To get setup:
git clone git@github.com:snowpackjs/prettier-plugin-astro.git
yarn
- Run tests with
yarn test
- Format code with
yarn format
- Run
yarn changeset
to add your changes to the changelog on version bump.