Skip to content

Commit

Permalink
chore: 🛠️ add overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Mar 21, 2021
1 parent 53d8289 commit 4f99a12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"proseWrap": "never",
"overrides": [
{ "files": ".eslintrc", "options": { "parser": "json" } },
{ "files": ".prettierrc", "options": { "parser": "json" } }
{ "files": ".prettierrc", "options": { "parser": "json" } },
{ "files": ".stylelintrc", "options": { "parser": "json" } }
]
}

0 comments on commit 4f99a12

Please sign in to comment.