Describe the bug
I'm trying to run webpack-cli test locally.
What is the current behavior?
Right now, if you do a fresh test, the tests aren't being run due failing linting errors.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tests and linting being correct
Screenshots

Please paste the results of webpack-cli info here, and mention other relevant information
N/A
Additional context
Does anybody know which commit this started to fail from?
I remember I encountered the same issue once, but the next day everything was working fine.
And what about yarn test:cli , working as expected?
@evenstensberg I was unable to reproduce, everything worked as expected for me with a fresh clone and installation.

/cc @rishabh3112 @jamesgeorge007 @anshumanv @evilebottnawi
Unable to repro, lint, test, everything works.
@evenstensberg maybe try removing the node_modules and yarn.lock and reinstalling once?
Yes, please install latest dependencies, maybe you have global prettier or broken local configuration