max-mapper / standard-format

converts your code into Standard JavaScript Format
264 stars 59 forks source link

indent.ReturnStatement should be a number #150

Closed millermedeiros closed 7 years ago

millermedeiros commented 8 years ago

lineBreak is the only setting that supports strings with ranges.. indent and whiteSpace should use integers instead.

see: https://github.com/millermedeiros/esformatter/issues/412#issuecomment-187417342

feross commented 7 years ago

You should use standard --fix instead of this package. standard-format isn't being actively maintained anymore.