Use Prettier at the root (#3375)

zio/stable
dan 2024-04-02 04:02:20 -07:00 committed by GitHub
parent a45da17c48
commit 67fca733fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 5 deletions

View File

@ -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 # Based on https://stackoverflow.com/a/70715829/458193
* *
!src/**/*.js !**/*.js
!src/**/*.jsx !**/*.jsx
!src/**/*.ts !**/*.ts
!src/**/*.tsx !**/*.tsx
!*/ !*/
# More specific ignores go below. # More specific ignores go below.
.expo
android
ios
src/locale/locales src/locale/locales