1

I did some research, but could not find a quick fix to this situation:

eslint

Vue-cli 3.4.0 - Webpack 4.29.0
  • My project does not have config/index.js as mentioned here.
  • I tried to open vue.config.js and disable eslint does not work.
  • I removed the cli-plugin-eslint package.
  • Don't have .eslintrc.js.
  • Could not find any other configuration about eslint in project.

--- Fix ---

I realize that I didn't control my settings well. It was built in vetur.

disable vetur eslint

1
  • 1
    Is it built in to your editor? Commented Feb 1, 2019 at 10:54

1 Answer 1

5

the easiest way to ignore eslint is to ignore the files you dont want to be linted. For example, create .eslintignore in your project root folder. then just add the following folder which you dont want to lint like, add src\

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.