We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Help Question
Trying to use this resume, npm run dev gives multiple errors.
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?
The text was updated successfully, but these errors were encountered:
Used solution from #323 to fix EOL Tried something similar for quotes and indentation. I get error using both indentation 2 and 4
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: