Search code examples
reactjswebstormeslinteslint-config-airbnb

ESLint configuration error at WebStorm (React project)


I have an issue while connecting ESLint airbnb configuration to my React App. I have already tried to remove package-lock.json, node_modules and run a command

npm install

WebStorm says

ESLint: Error: .eslintrc.json >> eslint-config-airbnb-base >> MyApplicationPath\node_modules\eslint-config-airbnb-base\rules\imports.js

My package.json has only 1 devDependency

"devDependencies": {
    "eslint-config-airbnb": "^18.2.1"
  }

Solution

  • Have you installed the peerDependencies? eslint and eslint-plugin-import

    eslint-config-airbnb-base