Merge pull request #14 from cisagov/improvement/tell_prettier_to_ignore_json_files

Configure prettier to ignore JSON files
pull/113/head
Shane Frasier 5 years ago committed by GitHub
commit 5da4f0a99f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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