diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-02-20 01:37:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-20 07:37:28 +0100 |
commit | a9472f8ff15523c13ab7e32592f11a6c51cc14e3 (patch) | |
tree | fcf377272ae09adc490c0311c2f40dc3ec8a004b /.prettierignore | |
parent | 717683d1c39d2fe85d1cc3f5223e1f4cf43f1900 (diff) |
Fix Markdown files with Prettier and check in CI (#21972)
Diffstat (limited to '.prettierignore')
-rw-r--r-- | .prettierignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.prettierignore b/.prettierignore index b3b5f06ed..15e5f5994 100644 --- a/.prettierignore +++ b/.prettierignore @@ -70,8 +70,8 @@ app/javascript/styles/mastodon/reset.scss # Ignore Javascript pending https://github.com/mastodon/mastodon/pull/23631 *.js -# Ignore Markdownlint pending https://github.com/mastodon/mastodon/pull/21972 -*.md - # Ignore HTML till cleaned and included in CI *.html + +# Ignore the generated AUTHORS.md +AUTHORS.md |