rki-covid-api icon indicating copy to clipboard operation
rki-covid-api copied to clipboard

Add empty .prettierrc file

Open claaslange opened this issue 2 years ago • 0 comments

This adds an empty prettier config file. This will lead prettier to use its default configuration even if the developer has their own configuration higher up in the filesystem. I for instance have a .prettierrc file in my user folder that prefers ' instead of " that got used when running prettier in this repository and changed all double quotes to single quotes.

claaslange avatar Aug 03 '21 12:08 claaslange