Atom-beautify: Question: working with eslint in Javascript

Created on 16 Nov 2016  路  3Comments  路  Source: Glavin001/atom-beautify

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?

duplicate question

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

callmeyesh picture callmeyesh  路  3Comments

jasonivers picture jasonivers  路  4Comments

jcollum picture jcollum  路  4Comments

maximsch2 picture maximsch2  路  5Comments

suienzan picture suienzan  路  3Comments