1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-23 00:50:48 +00:00

Configure prettier to ignore JSON files

JSON files are already being linted by the pretty-format-json hook.
This commit is contained in:
Jeremy Frasier 2019-06-07 11:19:41 -04:00
parent 6f566f708e
commit bd4206bbcd
No known key found for this signature in database
GPG key ID: 285B4A02F4305C09

View file

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