Closed RBP98 closed 2 months ago
@RBP98 This change fails the check. I suggest to turn off the linebreak rule:
"linebreak-style": "off"
You can also try this one:
"linebreak-style": ["error", "unix"]
@SaharMehrpour Turning off the linebreak rule works on windows.
I tried this
"linebreak-style": ["error", "unix"]
but it is not compatible with windows. Please try this updated change and let me know if the checks are successful.
Added a rule in .eslintrc.json to fix below issue in windows