Wednesday, February 7, 2018

Solution for [eslint] Expected linebreaks to be 'LF' but found 'CRLF' issue

Hi, are you using ESLint plugin for your IDE on Windows? And do you have this problem?


Solution:

1. Find the .eslintrc file

2. Add this code snippet


3. And that's it!

No comments:

Post a Comment