diff options
Diffstat (limited to '.prettierignore')
-rw-r--r-- | .prettierignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.prettierignore b/.prettierignore index 641a1b8bf..8ccbae214 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,4 @@ -# Ignore everything except JS-ey code. +# Ignore everything except JS-ey or CSS code. # Based on https://stackoverflow.com/a/70715829/458193 * !**/*.js @@ -7,6 +7,8 @@ !**/*.tsx !*/ +!**/*.css + # More specific ignores go below. .expo android |