在使用了eslint-airbnb之后,发现了如下错误,完全无法理解意思
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不知道你第一行到底写了什么……
报错里说'jsx-a11y/href-no-hash'这个东西它没找着,
给了个临时解决方案,是在上一行加个
// eslint-disable-next-line
注释,直接忽略掉这一行的lint就行。依赖没有装好, 删除node_modules 重新安装。 最好clean一下cache