diff --git a/.prettierrc.json b/.prettierrc.json index 9937006fdc..6ef9e41d05 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,11 +1,5 @@ { "semi": false, "singleQuote": true, - "endOfLine": "auto", - "overrides": [ - { - "files": ["examples/**/tsconfig*.json"], - "options": { "parser": "json" } - } - ] + "endOfLine": "auto" }