0

I've been trying to lint my new project with ESLint without any luck. Previously, running yarn eslint --fix ., would lint all the files in my project, but now, it gives this error: No files matching the pattern "." were found.. Was there a breaking change?

1 Answers1

1

Check this out: relevant github issue

TLDR: run yarn eslint --fix '.'

Frank
  • 399
  • 4
  • 16