You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sorry, the plugin currently doesn't take those rules into account.
currently it'll always add eol-last, but not windows linebreak style or tab indent. A setting could be added to use tabs instead of space indent, however
Hi, I found this plugin and hoped that this will support formatting the linebreak-style, eol-last and indent.
I added the following to my .eslintrc.json file:
and running eslint with
eslint . --ext .js,.json
The settings gets applied to my javascript files, but not to json files. Are these options not supported?
The text was updated successfully, but these errors were encountered: