diff options
author | HiDeoo | 2024-11-04 11:49:08 +0100 |
---|---|---|
committer | GitHub | 2024-11-04 11:49:08 +0100 |
commit | 435f69657291336318f08ad03ab55cb70f91fcdb (patch) | |
tree | 90033bf76c1762f196433f1fa1e3d3f2c61a31a5 | |
parent | 236467bb745cea7a284ae3d398874d3edbcd846e (diff) | |
download | IT.starlight-435f69657291336318f08ad03ab55cb70f91fcdb.tar.gz IT.starlight-435f69657291336318f08ad03ab55cb70f91fcdb.tar.bz2 IT.starlight-435f69657291336318f08ad03ab55cb70f91fcdb.zip |
Prettier ignore a malformed YAML test file (#2571)
-rw-r--r-- | .prettierignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.prettierignore b/.prettierignore index 12c98894..79270814 100644 --- a/.prettierignore +++ b/.prettierignore @@ -17,3 +17,6 @@ pnpm-lock.yaml # https://github.com/withastro/prettier-plugin-astro/issues/337 packages/starlight/user-components/Tabs.astro + +# Malformed YAML file used for testing +packages/starlight/__tests__/i18n/malformed-yaml-src/content/i18n/*.yml |