Skip to content

Commit 422baf4

Browse files
authored
fix: run prettier only on js and json (#743)
1 parent 582ffc8 commit 422baf4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.prettierignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
# Ignore these files and file-types, regardless of where they are in the
2+
# directory tree.
3+
14
test
25
package.json
36
package-lock.json
7+
*.scss
8+
*.css
9+
*.html
10+
*.md
411

512
generators/element/templates/*
613

0 commit comments

Comments
 (0)