-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove prettier custom options #1663
Remove prettier custom options #1663
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1663 +/- ##
=======================================
Coverage 97.43% 97.43%
=======================================
Files 22 22
Lines 858 858
Branches 93 93
=======================================
Hits 836 836
- Misses 21 22 +1
+ Partials 1 0 -1 ☔ View full report in Codecov by Sentry. |
|
I'm not sure what's going on, the default value for "singleQuotes" is false (https://prettier.io/docs/en/options.html#quotes), yet we get single quotes everywhere. On one of my other projects without a |
bors merge |
1663: Remove prettier custom options r=flevi29 a=flevi29 # Pull Request ## Related issue Fixes #1659 ## What does this PR do? - Removes unnecessary prettier options for reasons described in the linked issue - Applies these changes to all files Co-authored-by: F. Levi <[email protected]>
Build failed: |
bors merge |
Pull Request
Related issue
Fixes #1659
What does this PR do?