pinterest / esprint

Fast eslint runner
Apache License 2.0
661 stars 54 forks source link

running `esprint --fix` does not fix eslint errors #151

Open FrederickEngelhardt opened 3 years ago

FrederickEngelhardt commented 3 years ago

When running esprint --fix it outputs

 100 problems (7401 errors, 4 warnings)
  51 errors and 0 warnings potentially fixable with the `--fix` option.

Those errors are not fixed. Running esprint check --fix will fix the errors. Is there some issue with caching?