We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From silverstripe/silverstripe-admin#1854 (comment):
on windows, it requires this to work module.exports.rules['linebreak-style'] = ['error', 'windows']; otherwise you get Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style could be nice to add that as a default for https://github.com/silverstripe/eslint-config/blob/1/.eslintrc.js to make it windows friendly
on windows, it requires this to work module.exports.rules['linebreak-style'] = ['error', 'windows'];
module.exports.rules['linebreak-style'] = ['error', 'windows'];
otherwise you get Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style
could be nice to add that as a default for https://github.com/silverstripe/eslint-config/blob/1/.eslintrc.js to make it windows friendly
Seems like a sensible thing to do so contributions are a little smoother.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From silverstripe/silverstripe-admin#1854 (comment):
Seems like a sensible thing to do so contributions are a little smoother.
The text was updated successfully, but these errors were encountered: