diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-04-04 10:32:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-04 16:32:08 +0200 |
commit | b80a7b031bdfc79e0498bb784abed9b7749c6f45 (patch) | |
tree | 63db7e747fc0eb6446d43a3b331d6d2ae0d4f33b /.prettierignore | |
parent | 0358abe73ad25b9bcfa225caea3eed51cba36e82 (diff) |
Add typechecking in CI (#24405)
Diffstat (limited to '.prettierignore')
-rw-r--r-- | .prettierignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.prettierignore b/.prettierignore index 2ea407533..9bdf76911 100644 --- a/.prettierignore +++ b/.prettierignore @@ -70,6 +70,8 @@ app/javascript/styles/mastodon/reset.scss # Ignore Javascript pending https://github.com/mastodon/mastodon/pull/23631 *.js *.jsx +*.ts +*.tsx # Ignore HTML till cleaned and included in CI *.html |