about summary refs log tree commit diff
path: root/.prettierignore
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-02-21 19:56:11 -0500
committerGitHub <noreply@github.com>2023-02-22 09:56:11 +0900
commit48aeab90f657055e5516b844f47fcf5c097458a1 (patch)
tree5dfa5be41c08581b9398d0f78fa92b30fb0bfecf /.prettierignore
parent84cc805caea566d4fb0fafce411cd07f83cfd0e2 (diff)
Ignore JSX files from Prettier (#23777)
Diffstat (limited to '.prettierignore')
-rw-r--r--.prettierignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.prettierignore b/.prettierignore
index 15e5f5994..2ea407533 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -69,6 +69,7 @@ app/javascript/styles/mastodon/reset.scss
 
 # Ignore Javascript pending https://github.com/mastodon/mastodon/pull/23631
 *.js
+*.jsx
 
 # Ignore HTML till cleaned and included in CI
 *.html