thriveweb/yellowcake

Running npm script: format, change many files

Closed this issue · 1 comments

Does the script "format" in npm was used in the last time?
I've executed it before I wan't to push a change to my branch... and found that many files are touched!

Most of the time, missing , at the end of last Object-Property was fixed.
Might I have a wrong config-setting, or was this "format" feature:

   "format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",

not used for a longer time in this Project?!!

Maybe would be best do do a PR with only running the formater at the project and merge it to current master?!