ivarcode / schackmatt

chess website
http://www.schackmatt.net/
8 stars 5 forks source link

be able to run prettier from the commandline, not just from the extension #185

Open ivarcode opened 3 years ago

ivarcode commented 3 years ago

Problem / Catalyst We shouldn't require people to use the prettier extension while they code, just to format the code properly when they're done.

Describe the solution you'd like npm i prettier and the necessary configuration changes

Describe alternatives you've considered Unsure, might need TSLint too, depending on how my setup behaves.

Additional context Probably don't want to prioritize this, would be better to do this when another developer has trouble formatting.

ivarcode commented 3 years ago

This should be a fairly small configuration change and then have a note in the README about a runnable script.