Skip to content
New issue

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

Expected linebreaks to be 'LF' but found 'CRLF' linebreak-style #40

Open
vale1534 opened this issue Jul 1, 2017 · 1 comment
Open

Comments

@vale1534
Copy link
Contributor

vale1534 commented Jul 1, 2017

苦苦的 Windows 10 用户,期望生成的代码是 ‘LF’ 结尾的。
备注:我用 dva-cli

@gmkhussain
Copy link

Open package.json, added following rules under rules line:

"rules": {
  "linebreak-style": 0,
  "global-require": 0,
  ...

for VScode users: click the option at the bottom-right of the window and set it to LF from CRLF
errors will fixed for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants