-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Adjacent JSX elements errors when configuring eslint to use standardjs #1178
Comments
Please provide a repository instead of a zip file :/ |
https://s.natalian.org/2018-04-27/vue-1178.txt Thanks! |
Looks like you are using your own ESLint config instead of the built-in one. This is not something we are responsible for. FYI there is a built-in ESLint config for standard. |
Sorry, I don't follow how I'm supposed to make the project use standardjs. I understood from reading: https://github.com/vuejs/vue-cli/blob/dev/docs/README.md#eslint That I needed to create How do I activate this built-in ESLint config for standard ? |
You had the options when creating the project. |
Version
3.0.0-beta.6
Reproduction link
https://s.natalian.org/2018-04-26/jsx-lint.zip
Steps to reproduce
curl -O https://s.natalian.org/2018-04-26/jsx-lint.zip
unzip jsx-lint.zip
npm i
npm run lint
What is expected?
No linting errors on the default files.
What is actually happening?
Weird JSX errors
3.0.0-beta.7
The text was updated successfully, but these errors were encountered: