Fred Visser

Results 2 comments of Fred Visser

Hey @thepassle - If someone was interested in helping with the above, do you have a particular approach in mind? Any gotchas or strategies to evaluate before jumping straight in?

I'd recommend trying the `--list-different` option. It gives a list of files that need to be formatted and returns a failure code. E.g. `prettier-eslint \"./**/*.js\" --list-different` ```bash …/src/light-async.js …/src/prism-async.js success...