-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat!: ESLint 8 and jsonc-eslint-parser #40
Conversation
From the ESLint Discord: https://discord.com/channels/688543509199716507/711686958635548723/1151961528011063296
Welp. |
Fixes #39; fixes #43.
Moves to the external
jsonc-eslint-parser
because:Also removes the
disparity
dependency, in favor of directly telling users to run the auto-fixer. This is the strategy other plugins such aseslint-plugin-simple-import-sort
take. It's simpler to implement, makes for easier-to-read error messages, and reduces the size ofnode_modules
.