Skip to content

Commit bd4206b

Browse files
committed
Configure prettier to ignore JSON files
JSON files are already being linted by the pretty-format-json hook.
1 parent 6f566f7 commit bd4206b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.prettierignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Already being linted by pretty-format-json
2+
*.json
13
# Already being linted by mdl
24
*.md
35
# Already being linted by yamllint

0 commit comments

Comments
 (0)