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
Is your support request related to a problem? Please describe.
Yes, when I clone this repo, clean installed pc / vscode I have faced linebreak issues (only eslint plugin installed on vscode)
After check the .eslintrc file, I saw "linebreak-style" is missing.
Describe alternatives you've considered
Adding the "linebreak-style":0 on .eslintrc
The text was updated successfully, but these errors were encountered:
The default options is unix, so by default all line endings are using \n.
Can you share more details about the "linebreak-style":0 setting, what does it mean to set it to 0 and what line endings do you want to use on pc / vscode?
Is your support request related to a problem? Please describe.
Yes, when I clone this repo, clean installed pc / vscode I have faced linebreak issues (only eslint plugin installed on vscode)
After check the .eslintrc file, I saw "linebreak-style" is missing.
Describe alternatives you've considered
Adding the "linebreak-style":0 on .eslintrc
The text was updated successfully, but these errors were encountered: