使用git-premit时的问题

本文介绍了一个关于使用ESLint进行代码检查时遇到的问题:在执行git commit操作时报错,提示找不到匹配的文件。问题原因是指定的文件路径不存在,文中提供了具体的错误信息及解决方案。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

package.json 相关配置如下

{

  "scripts": {

    "lint": "eslint pages/* component/* --fix"

  }

}

 

问题描述:  当我执行 git commit 操作时, 报错如下

 

Oops! Something went wrong! :(

ESLint: 5.0.1.
No files matching the pattern "component/*" were found.
Please check for typing mistakes in the pattern.

pre-commit:
pre-commit: We've failed to pass the specified git pre-commit hooks as the `lint`
pre-commit: hook returned an exit code (2). If you're feeling adventurous you can
pre-commit: skip the git pre-commit hooks by adding the following flags to your commit:
pre-commit:
pre-commit: git commit -n (or --no-verify)
pre-commit:
pre-commit: This is ill-advised since the commit is broken.
pre-commit:

 

问题原因:  没有component目录

 

转载于:https://www.cnblogs.com/tangyuu/p/9229953.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值