salomonelli / best-resume-ever

:necktie: :briefcase: Build fast :rocket: and easy multiple beautiful resumes and create your best CV ever! Made with Vue and LESS.
https://salomonelli.github.io/best-resume-ever
MIT License
16.31k stars 2.28k forks source link

Formatting Issue (EOL, identation, quotes) #373

Open idkohli opened 4 years ago

idkohli commented 4 years ago

Case

Help Question

Issue

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

Info

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 commented 4 years ago

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