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

Eslint can't find the auto config to extend from #16

Open
yuriy-yarosh opened this issue Jun 1, 2022 · 0 comments
Open

Eslint can't find the auto config to extend from #16

yuriy-yarosh opened this issue Jun 1, 2022 · 0 comments

Comments

@yuriy-yarosh
Copy link

yuriy-yarosh commented Jun 1, 2022

.eslintrc.json

{
  "plugins": [
    "editorconfig"
  ],
  "extends": [
    "plugin:editorconfig/auto"
  ]
}

gives me

Oops! Something went wrong! :(

ESLint: 8.16.0

ESLint couldn't find the config "plugin:editorconfig/auto" to extend from. Please check that the name of the config is correct.

The config "plugin:editorconfig/auto" was referenced from the config file in "/home/yura/src/nextapp/.eslintrc.json".

If you still have problems, please stop by https://eslint.org/chat/help to chat with the team.
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