kpdecker / jsdiff

A javascript text differencing implementation.
BSD 3-Clause "New" or "Revised" License
7.92k stars 496 forks source link

yarn eslint . --fix #421

Closed ExplodingCabbage closed 8 months ago

ExplodingCabbage commented 8 months ago

We have a .eslintrc, but we don't seem to be respecting it; yarn eslint . gets grumpy about lots of things. This fixes the autofixable ones, and in the process:

Something is broken with our eslint config; yarn eslint . and yarn grunt eslint give radically different results, perhaps suggesting they're using different rule sets? I'll make an issue about that.