Configure prettier to ignore JSON files

JSON files are already being linted by the pretty-format-json hook.
pull/113/head
Jeremy Frasier 5 years ago
parent 6f566f708e
commit bd4206bbcd
No known key found for this signature in database
GPG Key ID: 285B4A02F4305C09
  1. 2
      .prettierignore

@ -1,3 +1,5 @@
# Already being linted by pretty-format-json
*.json
# Already being linted by mdl
*.md
# Already being linted by yamllint

Loading…
Cancel
Save