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

Broken links #11

Closed
dumbmatter opened this issue Aug 9, 2024 · 2 comments
Closed

Broken links #11

dumbmatter opened this issue Aug 9, 2024 · 2 comments

Comments

@dumbmatter
Copy link

I ran this on a project of mine and got:

▲  eslint-plugin-import - package.json
│  
│  Module eslint-plugin-import could be replaced with a more performant alternative.
│  
│  You can find an alternative in the following documentation:
│  https://github.com/es-tooling/eslint-plugin-depend/blob/main/docs/rules/eslint-plugin-import.md
│
▲  eslint-plugin-react - package.json
│  
│  Module eslint-plugin-react could be replaced with a more performant alternative.
│  
│  You can find an alternative in the following documentation:
│  https://github.com/es-tooling/eslint-plugin-depend/blob/main/docs/rules/eslint-plugin-react.md

Both of those URLs are 404 errors

@43081j
Copy link
Contributor

43081j commented Aug 10, 2024

Good catch. This is bad copy paste on my part

It should point at the module-replacements repo

If you want to contribute the fix, it should do the same as this code:
https://github.com/es-tooling/eslint-plugin-depend/blob/e3ef0534005719bb59b1a592174b9a9d539f1671/src/util/rule-meta.ts#L25

If nobody gets the time, I'll try push a fix tomorrow

@43081j
Copy link
Contributor

43081j commented Aug 10, 2024

Fixed by #12

@43081j 43081j closed this as completed Aug 10, 2024
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