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

Problem setting it up #20

Open
fernandocoronatomf opened this issue Apr 15, 2018 · 1 comment
Open

Problem setting it up #20

fernandocoronatomf opened this issue Apr 15, 2018 · 1 comment

Comments

@fernandocoronatomf
Copy link

Hi, I am trying to run this project but after doing npm run dev i got this problem

ERROR in ./src/main.js

http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
D:\xampp\htdocs\vue-realworld\src\main.js:1:59
// The Vue build version to load with the import command
^

http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
D:\xampp\htdocs\vue-realworld\src\main.js:2:81
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
^

http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
D:\xampp\htdocs\vue-realworld\src\main.js:3:23
import Vue from 'vue';

Any idea?

@vilsbole
Copy link

vilsbole commented Apr 16, 2018

Hi Fernando, we use eslint to harmonize our code style, as such the default linebreak is LF.
You should be able to configure your editor to automatically set the default linebreak to LF: diegohaz/arc#171

Also, the latest version of this project is now available on the official gothinkster repo: https://github.com/gothinkster/vue-realworld-example-app

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