eslint linebreak style
//Within eslint config
"linebreak-style": 0,
eslint linebreak style
//Within eslint config
"linebreak-style": 0,
Expected linebreaks to be 'LF' but found 'CRLF'
git config core.autocrlf false
git rm --cached -r .
git reset --hard
Never look this up again
expected linebreaks to be 'LF' but found 'CRLF' eslint error
/*eslint linebreak-style: ["error", "windows"]*/
var a = 'a', // \r\n
b = 'b'; // \r\n
// \r\n
function foo(params) { // \r\n
// do stuff \r\n
} // \r\n
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us