Skip to content

Commit

Permalink
Remove overrides field in .prettierrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Feb 14, 2024
1 parent f8683a6 commit 0213df5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"semi": false,
"singleQuote": true,
"endOfLine": "auto",
"overrides": [
{
"files": ["examples/**/tsconfig*.json"],
"options": { "parser": "json" }
}
]
"endOfLine": "auto"
}

0 comments on commit 0213df5

Please sign in to comment.