Skip to content

Commit

Permalink
Use Prettier at the root (#3375)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Apr 2, 2024
1 parent a45da17 commit 67fca73
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Ignore everything except the code in src/.
# Ignore everything except JS-ey code.
# Based on https://stackoverflow.com/a/70715829/458193
*
!src/**/*.js
!src/**/*.jsx
!src/**/*.ts
!src/**/*.tsx
!**/*.js
!**/*.jsx
!**/*.ts
!**/*.tsx
!*/

# More specific ignores go below.
.expo
android
ios
src/locale/locales

0 comments on commit 67fca73

Please sign in to comment.