Is there a way to play nice with eslint configurations when beautifying JS?
My use case is that I atom-beautify to fix indentations, trailing spaces and such, but it also take other liberties (remove trailing commas, remove explicit newline). Some (most?) of this stuff is already defined in my eslint file, which obviously causes conflicts.
Am I doing it wrong?
Atom Beautify makes use of a .jsbeautifyrc file instead of the .eslintrc file.
There is a feature request already: #897. Definitely something I want to investigate and support in the future! Closing as a duplicate.