Julian Schäfer

Results 14 comments of Julian Schäfer

Thanks, will fix them soon!

Same issue for me, made it work using `--plugin` option: ``` prettier --plugin=prettier-plugin-astro --write **/*.astro . ```

Installing Typescript as dev dependency solves this issue for me: `npm install -D typescript`