Open
Description
Version
5.0.0-beta.7
Reproduction link
x
Steps to reproduce
- create a file
.eslintignore
in your project root - write
**/*
to the.eslintignore
which means ignore all files - run
vue-cli-service lint
What is expected?
it was fine when I use "@vue/cli-plugin-eslint": "5.0.0-beta.2"
What is actually happening?
.eslintignore
should be used.