繁体   English   中英

" Eslint "没有找到与模式 "lint" 匹配的文件。请检查模式中的输入错误。 错误

[英]Eslint "No files matching the pattern "lint" were found. Please check for typing mistakes in the pattern." error

最近我将我的项目 eslint 包更新为"eslint": "^6.8.0" 这是我看到错误的时候

Oops! Something went wrong! :(

ESLint: 6.8.0.

No files matching the pattern "lint" were found.
Please check for typing mistakes in the pattern.

我的包 JSON 脚本如下所示:

"lint": "eslint lint --color src -f ./node_modules/eslint-friendly-formatter src/ tests/unit/__mocks__/ --ext .json --ext .js -c .eslintrc.js",

我不确定这个脚本有什么问题,它在 eslint 的旧版本上运行良好。

在论坛中寻找解决方案时,建议添加一个标志--no-error-on-unmatched-pattern 我不确定为什么需要将此标志添加到我的脚本中。 任何帮助表示赞赏!

我想人们在 verison 5 上也遇到过这个问题.. 看到这个问题

https://github.com/eslint/eslint/issues/10587

--no-error-on-unmatched-pattern以忽略此类问题。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM