标签: eslint eslintrc
我一直试图用ESLint来完成我的新项目,但是没有任何运气。以前,运行yarn eslint --fix .会使我项目中的所有文件都掉毛,但是现在,它会出现此错误:No files matching the pattern "." were found.。有重大变化吗?
yarn eslint --fix .
No files matching the pattern "." were found.
答案 0 :(得分:1)
查看以下内容:relevant github issue
TLDR:运行yarn eslint --fix '.'
yarn eslint --fix '.'