-
-
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
No files matching '{src,tests}/**/.*.js' were found. #3243
Comments
Hey @lwh2015 I can't reproduce this problem on the latest version of |
@michalsnik ok,you can pull this git https://github.com/lwh2015/vue-demo.git. |
See #3325 |
Version
3.2.2
Environment info
Steps to reproduce
1、在.eslintignore文件中指定忽略文件
2、执行npm run lint
3、报No files matching '{src,tests}/**/..js' were found.
4、若指定准确文件名,例如vue.config.js,则会报Error: All files matched by '..js' are ignored.
What is expected?
期望能够准确的忽略指定的文件及指定目录下的文件
What is actually happening?
实际结果error
之前是给了指定目录test,该问题已解决,但其他的并没有,附地址链接#3167
The text was updated successfully, but these errors were encountered: