在使用了eslint-airbnb之后,发现了如下错误,完全无法理解意思

发布于 2022-09-07 21:46:32 字数 411 浏览 9 评论 0

Compiled with warnings.

./src/index.js
Line 1: Definition for rule 'jsx-a11y/href-no-hash' was not found jsx-a11y/href-no-hash

./src/App.js
Line 1: Definition for rule 'jsx-a11y/href-no-hash' was not found jsx-a11y/href-no-hash

Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.

不知道该如何解决

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

ぃ双果 2022-09-14 21:46:32

不知道你第一行到底写了什么……
报错里说'jsx-a11y/href-no-hash'这个东西它没找着,
给了个临时解决方案,是在上一行加个// eslint-disable-next-line注释,直接忽略掉这一行的lint就行。

吾性傲以野 2022-09-14 21:46:32

依赖没有装好, 删除node_modules 重新安装。 最好clean一下cache

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文