eslint-compare-config
eslint-compare-config copied to clipboard
A little tool to help you compare your various eslint configurations. Or yours vs. your friend's. :0)
I'm testing a directory of config files to compare what my config does differently. Because my project only has one directory, I have to use `--literal`. It would be useful...
This is indeed an awesome tool, thank you! For rules that are missing, it would be handy to know if they had been declared as errors, warnings, etc., along with...
This tool is useful enough for it to be global level.
If we compare A and B, where A extends B, it won't tell us which rules are redundant.
**Big thanks!** We use it extensively for our config `eslint-config-schibsted` to find differences with other competing configs and improve our compatibility. 👍