Tag: gulp eslint

预计的换行符是'LF',但在Eslint中使用gulp发现'CRLF'换行符

在使用eslint的时候,我遇到了这样的错误 Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style ,我正在使用Windows环境运行吞咽,整个错误日志如下 Kiran (master *) Lesson 4 $ gulp Using gulpfile c:\Users\Sai\Desktop\web-build-tools\4\ gulpfile.js Starting 'styles'… Finished 'styles' after 17 ms Starting 'lint'… 'lint' errored after 1.14 s ESLintError in plugin 'gulp-eslint' sage: Expected linebreaks to be 'LF' but found 'CRLF'. ails: fileName: c:\Users\Sai\Desktop\web-build-tools\4\js\extra.js $>Users\Sai\Desktop\web-build-tools\4\js\extra.js error Expected […]