diff --git a/.prettierignore b/.prettierignore index d187c0f..b8c97a5 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1 +1,2 @@ -/test/cases \ No newline at end of file +/test/cases +README.md \ No newline at end of file diff --git a/README.md b/README.md index 9a7bd75..bacc200 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ To use it with basic .html files, you'll have to override the used parser inside ```json { - "overrides": [ - { - "files": ["*.html"], - "options": { - "parser": "jinja-template" - } - } - ] + "overrides": [ + { + "files": ["*.html"], + "options": { + "parser": "jinja-template" + } + } + ] } ```