Skip to content

Commit

Permalink
chore: specify parser for files without extension
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Dec 10, 2019
1 parent 040adfe commit bdd85a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .prettierrc
Expand Up @@ -3,5 +3,9 @@
"singleQuote": true,
"printWidth": 80,
"trailingComma": "all",
"proseWrap": "never"
"proseWrap": "never",
"overrides": [
{ "files": ".eslintrc", "options": { "parser": "json" } },
{ "files": ".prettierrc", "options": { "parser": "json" } }
]
}

0 comments on commit bdd85a7

Please sign in to comment.