Question

How to fix eslint error [eslint] Failed to load config "google" to extend from.

Building my project I get the following error: [eslint] Failed to load config "google" to extend from.

Does anyone know how to fixed the error?

What I already tried:

  • installed eslint and eslint plugin google globally
  • rebuild with cache reseted

Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

KFSys
Site Moderator
Site Moderator badge
October 13, 2022

Hi @coolusahd,

I’ve not seen this error however upon reading about it, It seems to be because you didn’t do the install

  1. Would you like to install them now with npm? · No / Yes

you can try again configuring json .eslint or you can do it this way

  1. npm install eslint-config-google --save-dev