You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: This Eslint rule can be confusing to students, especially for Team-Work projects and to be specific, for teams with different operating systems like windows, Linux, etc ..., fixing the error will take a lot of time by going to each js file in the project and changing it to CRLF or to LF depend on your system, and this amount of effort will be repeated on every commit coming from a different operating system
Suggested solution: While this rule especially doesn't affect the code quality or help improve the code I would highly suggest disabling it directly from the .eslintrc.json file
Hello @nidalaa
Issue: This Eslint rule can be confusing to students, especially for Team-Work projects and to be specific, for teams with different operating systems like windows, Linux, etc ..., fixing the error will take a lot of time by going to each js file in the project and changing it to CRLF or to LF depend on your system, and this amount of effort will be repeated on every commit coming from a different operating system
Suggested solution: While this rule especially doesn't affect the code quality or help improve the code I would highly suggest disabling it directly from the
.eslintrc.jsonfileRule Error Example :
