Podczas korzystania eslint w projekcie haustem mam napotkał problem z błędem jak ten
Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
i używam środowiska Windows do biegania łykać i cały dziennik błędów znajduje się poniżejOczekiwane linebreaks być „LF”, ale okazało się linebreak stylu „crlf” w Eslint użyciu łyk
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 linebreaks to be 'LF' but found 'CRLF' linebreak-style
mam w tym również extra.js plików jako błąd wskazując ewentualne pomyłki.
function getWindowHeight() {
return window.innerHeight;
}
getWindowHeight();