I'm trying to use ESLint + Airbnb and I'm receiving the error message:
Failed to load plugin react: Cannot find module 'eslint-plugin-react'
But I'm not using 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'],
},
};
But unfortunately I'm receiving the error message before mentioned. I have no idea about the error. I'm not using eslint-plugin-react
. Tell me why this plugin its required