mootools / mootools-core

MooTools Core Repository
https://mootools.net
2.65k stars 505 forks source link

Grunt tasks fail on windows due to eslint linebreak issues #2769

Closed esr360 closed 7 years ago

esr360 commented 7 years ago

On windows at least one of the Grunt tasks fails on the eslint task:

windows Expected linebreaks to be 'LF' but found 'CRLF' 

This is due to the following line in .eslintrc:

  linebreak-style: [2, unix]

To allow for out-the-box usage on any OS I would like to see this line removed.