Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: couldn't find the config "airbnb" to extend from #19

Open
SergioInToronto opened this issue Jun 26, 2024 · 0 comments
Open

Error: couldn't find the config "airbnb" to extend from #19

SergioInToronto opened this issue Jun 26, 2024 · 0 comments

Comments

@SergioInToronto
Copy link

When I format my whole codebase I'm getting this error:

ESLint couldn't find the config "airbnb" to extend from. Please check that the name of the config is correct.

image

My Config

      - name: Lint
        uses: sibiraj-s/action-eslint@v3
        with:
          eslint-args: '--report-unused-disable-directives --max-warnings 1333 --ignore-path=.gitignore'
          extensions: 'js,jsx,ts,tsx'
          annotations: true
          all-files: true

I searched around but couldn't find a reason why it's happening. The step before runs npm install so all the dependencies should be there. Running eslint with the same args locally works as expected. What could be happening?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant