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