You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Including an empty file in a template is silly. Especially when Prettier itself would probably encourage you not to use the file. The mission statement of Prettier is to be 'an opinionated formatter', taking the configuration out of formatting with opinionated defaults.
You could say, well it's simple to delete. Sure, but I say, well it's simple to create. I would wager the majority of Prettier users are not using this file. Especially given Prettier's attitude.
The official Prettier documentation encourages users to "create an empty config file to let editors and other tools know you are using Prettier".
It is not silly.
Description
Including an empty file in a template is silly. Especially when Prettier itself would probably encourage you not to use the file. The mission statement of Prettier is to be 'an opinionated formatter', taking the configuration out of formatting with opinionated defaults.
You could say, well it's simple to delete. Sure, but I say, well it's simple to create. I would wager the majority of Prettier users are not using this file. Especially given Prettier's attitude.
See also #300
The text was updated successfully, but these errors were encountered: