Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upESLint: Failed to load config "airbnb" to extend from. #2233
Comments
|
@droderuan How are you running eslint? Make sure you have nothing globally installed (which is deprecated), and then use |
|
@ljharb I'm adding eslint first, like development dependency, after I run |
|
(I'm going to close this, since it's not directly related to this config) Since you're using yarn instead of npm, i'm not sure what debugging steps to suggest; you'll need to make sure you're using eslint 6, not 7, and that all required peer deps are installed and the versions match. |
|
@ljharb after |
expect: Eslint add single quote and add white spaces
error: ESLint: Failed to load config "airbnb" to extend from. Referenced from:

Already did:
Directory:

ESLint output channel
ESLint is working, if I delete last line in file, it add again. When I'd setup in the early of project, was working fine. Stop working after a git pull, eslint config file was in .gitignore.
It already happened to me one time and I was not able to resolve. I'm new with it and sorry if it is a simple question.