24c8e7d853
* Add `prettier-plugin-astro` to the monorepo * Fix issue that prevent formatting Picture component * Revert "Fix issue that prevent formatting Picture component" This reverts commit 5536c5122ca01c64e2be6bdbc88aaaa71a690a58. * Add back CLI parameter * Update to latest prettier plugin * Add more ignored files, unfortunately
26 lines
530 B
Text
26 lines
530 B
Text
# Ignoring these files for now due to https://github.com/withastro/compiler/issues/318
|
|
examples/basics/src/layouts
|
|
examples/blog/src/layouts
|
|
examples/with-nanostores/src/layouts
|
|
|
|
# Ignoring this file for now due to https://github.com/withastro/compiler/issues/485
|
|
packages/markdown/component/Markdown.astro
|
|
|
|
# Deep Directories
|
|
**/dist
|
|
**/smoke
|
|
**/node_modules
|
|
**/fixtures
|
|
**/vendor
|
|
**/.vercel
|
|
examples/docs/**/*.md
|
|
examples/blog/**/*.md
|
|
|
|
# Directories
|
|
.github
|
|
.changeset
|
|
|
|
# Files
|
|
README.md
|
|
packages/webapi/mod.d.ts
|
|
pnpm-lock.yaml
|