我正在尝试使用 ESLint + Airbnb 并收到错误消息:
无法加载插件反应:找不到模块“eslint-plugin-react”
但我没有使用eslint-plugin-react
see above my.eslintrc.js
module.exports = {
extends: 'airbnb-base',
rules: {
'no-console': 0,
'linebreak-style': [2, 'windows'],
'no-new': 0,
'eslint eol-last': ['error', 'never'],
},
};
但不幸的是,我收到了之前提到的错误消息。我不知道这个错误。我没有使用eslint-plugin-react
. 告诉我为什么需要这个插件