jt3k / chat-linker

the bridge between jabber and telegram over chat-bots
MIT License
46 stars 9 forks source link

eslint: disable linebreak-style #26

Closed ForNeVeR closed 7 years ago

ForNeVeR commented 7 years ago

This disables linebreak-style eslint check.

The reason I suggest that change is that I have git config core.autocrlf set to true on my local system. That means that all my local files have CRLF in them, although they will be commited with the proper settings (LF only), and I don't want to change that.

If that PR won't be accepted, that'll make further contribution slightly inconvenient for me.

jt3k commented 7 years ago

ok ;)