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

Formatting Issue (EOL, identation, quotes) #373

Open
idkohli opened this issue Jul 14, 2020 · 1 comment
Open

Formatting Issue (EOL, identation, quotes) #373

idkohli opened this issue Jul 14, 2020 · 1 comment

Comments

@idkohli
Copy link

idkohli commented Jul 14, 2020

Case

Help Question

Issue

Trying to use this resume, npm run dev gives multiple errors.

Info

  • Operating System: Windows
  • Node-Version: 10.16.0

Reproduce

http://eslint.org/docs/rules/indent Expected indentation of 4 spaces but found 2
src\pages\resume.vue:15:1

http://eslint.org/docs/rules/quotes Strings must use singlequote
src\pages\resume.vue:14:30

http://eslint.org/docs/rules/linebreak-style Expected linebreaks to be 'LF' but found 'CRLF'
src\terms.js:16:28

Getting over a 100 errors, unable to sit and fix each. What am i doing wrong?

@idkohli
Copy link
Author

idkohli commented Jul 14, 2020

Used solution from #323 to fix EOL
Tried something similar for quotes and indentation.
I get error using both indentation 2 and 4

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

1 participant