Skip to content

Commit 21fdf45

Browse files
committed
chore: move prettier config to top level
1 parent 665b8d4 commit 21fdf45

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.prettierignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
*.html
2+
*.yml
3+
*.yaml
4+
*.css
5+
*.scss
6+
*.md
7+
*.markdown
8+
9+
package/lib
10+
11+
.well-known
12+
android
13+
ios
14+
vendor
15+
package.json
16+
package-lock.json
17+
18+
# The GH actions don't seem to compile and verify themselves well when Prettier is applied to them
19+
.github/actions/javascript/**/index.js
20+
File renamed without changes.

0 commit comments

Comments
 (0)