astro/test/fixtures
Nate Moore 54409a0702
Prettier support for .astro files (#106)
* docs: fix readme

* chore: scaffold prettier plugin

* chore(prettier): switch to cjs

* test(prettier): scaffold prettier tests

* test(prettier): add simple prettier tests

* feat(prettier): first pass

* refactor: expose parser as CJS export

* test(prettier): add long expression

* refactor(prettier): use Astro parser + built-in prettier doc for prettier plugin

* chore: remove parser from git

* chore: add prettier-plugin-astro `build` to workflow

* chore: update package-lock

* chore: do not build prettier-plugin-astro

* fix: update engines

* chore: remove NPM restriction

* chore: fix workflow paths

* chore: update build script

* test: fix prettier expr test

* chore: fix parser build on windows

* refactor: add parser tsconfig, extending base config

* chore: relax ban-ts-comment

* chore: fix lint issue

Co-authored-by: Nate Moore <nate@skypack.dev>
2021-04-21 11:14:44 -05:00
..
astro-basic/astro Allow no config (#61) 2021-04-05 15:56:46 -06:00
astro-collection/astro/pages Add Astro.fetchContent API (#91) 2021-04-13 18:08:32 -06:00
astro-doctype/astro/pages Allow no config (#61) 2021-04-05 15:56:46 -06:00
astro-dynamic/astro Fix building of dynamic Svelte components (#115) 2021-04-19 16:13:53 -04:00
astro-expr Parse inner JSX as Astro (#67) 2021-04-09 14:09:13 -04:00
astro-fallback Allow no config (#61) 2021-04-05 15:56:46 -06:00
astro-markdown fix: bundle client-side code for components used in .md pages (#78) 2021-04-13 13:04:01 -04:00
astro-prettier Prettier support for .astro files (#106) 2021-04-21 11:14:44 -05:00
astro-request/astro/pages Allow no config (#61) 2021-04-05 15:56:46 -06:00
astro-styles-ssr/astro Update Snowpack, Add CSS Modules SSR (#116) 2021-04-20 15:06:33 -06:00
react-component/astro Use import specifier rather than filename (#71) 2021-04-09 14:23:25 -06:00