-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Usage instructions error: override configs do not support "extends" #3
Comments
@cdfa The parser inside should only affect So, See https://github.com/JounQin/Slides/blob/master/package.json#L42-L69 for demo. |
Hmm, I'm not sure if I completely understand, but that seems to be an issue specifically with usage from the |
@cdfa My demo is using |
@cdfa I tried Error: ESLint configuration in /Users/JounQin/Workspaces/GitHub/eslint-plugin-mdx/.eslintrc.js is invalid:
- Unexpected top-level property "overrides[1].extends". So I should upgrade the |
I think |
Just PR to update it. :) |
Well, I couldn't find the current version of the schema in their repo, so just gonna make an issue about it. |
Yeah that's current version on schemastore, but apparently eslint is using a different version internally and that one should be copied to schemastore. |
Had this problem because Doing |
@lolmaus IMO |
Hi, the usage instructions in the README say to add an override for the
extends
config for MDX files, but this is not supported byeslint
: eslint/eslint#8813. Just adding it to the mainextends
list should be fine I think.The text was updated successfully, but these errors were encountered: