Use Prettier at the root (#3375)

This commit is contained in:
dan
2024-04-02 04:02:20 -07:00
committed by GitHub
parent a45da17c48
commit 67fca733fa
+8 -5
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