-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.prettierignore
More file actions
31 lines (29 loc) · 780 Bytes
/
Copy path.prettierignore
File metadata and controls
31 lines (29 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# The GH actions don't seem to compile and verify themselves well when Prettier is applied to them
.github/actions/javascript/**/index.js
.well-known
desktop/dist/**/*.js
dist/**/*.js
.rock
assets/animations
android
ios
vendor
package.json
package-lock.json
*.html
*.yml
*.yaml
*.css
*.scss
*.md
*.markdown
# We need to ignore index.js because it should always have plyfill on top of imports and we don't want prettier to sort them
index.js
# We need to modify the import here specifically, hence we disable prettier to get rid of the sorted imports
src/libs/E2E/reactNativeLaunchingTest.ts
# Automatically generated files
src/libs/SearchParser/searchParser.js
src/libs/SearchParser/autocompleteParser.js
# Disable prettier in the submodule
Mobile-Expensify
modules/group-ib-fp