mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use Prettier at the root (#3375)

authored by danabra.mov and committed by

GitHub 67fca733 a45da17c

+8 -5
+8 -5
.prettierignore
··· 1 - # Ignore everything except the code in src/. 1 + # Ignore everything except JS-ey code. 2 2 # Based on https://stackoverflow.com/a/70715829/458193 3 3 * 4 - !src/**/*.js 5 - !src/**/*.jsx 6 - !src/**/*.ts 7 - !src/**/*.tsx 4 + !**/*.js 5 + !**/*.jsx 6 + !**/*.ts 7 + !**/*.tsx 8 8 !*/ 9 9 10 10 # More specific ignores go below. 11 + .expo 12 + android 13 + ios 11 14 src/locale/locales