Answer the question
In order to leave comments, you need to log in
ESLint couldn't find "airbnb" configuration, what should I do?
Good day to all. I connected the linter to github actions, but it starts with the following error:
Run make lint
npx eslint .
npx: installed 113 in 5.65s
Oops! Something went wrong! :(
ESLint: 7.19.0
ESLint couldn't find the config "airbnb-base" to extend from. Please check that the name of the config is correct.
The config "airbnb-base" was referenced from the config file in "/home/runner/work/frontend-project-lvl1/frontend-project-lvl1/.eslintrc.yml".
If you still have problems, please stop by https://eslint.org/chat/help to chat with the team.
make: *** [lint] Error 2
Makefile:8: recipe for target 'lint' failed
Error: Process completed with exit code 2.
plugins:
- babel
parser: babel-eslint
extends:
- eslint:recommended
- airbnb-base
env:
node: true
rules:
no-console: 0
import/extensions: 0
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question