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

Update to support ESLint 8 #56

Open
finnmerlett opened this issue Apr 8, 2022 · 1 comment
Open

Update to support ESLint 8 #56

finnmerlett opened this issue Apr 8, 2022 · 1 comment

Comments

@finnmerlett
Copy link

finnmerlett commented Apr 8, 2022

Just found this plugin, and I love it! I've had to drop to ESLint 7 to support it, if I don't it crashes the ESLint server due to a missing package.

Any chance of an update? I know this repo hasn't been updated in a while, but it's always worth an ask 😉

EDIT: currently using Yarn "resolutions" as a workaround. I have added this in my package.json and it brings the plugin to life again even when using ESLint 8 for my main dependency.

{
  "resolutions": {
    "eslint-plugin-comment-reflow/eslint": "7.32.0"
  }
}
@jfroelich
Copy link
Owner

some day i will have the time to work on this again, alas no time anymore, but your feedback is appreciated. i will definitely consider this.

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

2 participants