Open
Description
ESLint version
v9.28.0
What problem do you want to solve?
eslint-stylistic has deprecated all its sub packages since v4.4.0 and removed the sub packages since v5.0.0-beta.1.
Currently, all links in https://eslint.org/docs/latest/rules/#deprecated related with @stylistic/eslint-plugin would get a 404 error page.
What do you think is the correct solution?
- replace all sub packages name to
@stylistic/eslint-plugin
, e.g: @stylistic/eslint-plugin-js -> @stylistic/eslint-plugin - replace all sub packages url to https://eslint.style, e.g: https://eslint.style/packages/js -> https://eslint.style
- correct all deprecated rule url, e.g: https://eslint.style/rules/js/block-spacing -> https://eslint.style/rules/block-spacing
- update related tests
Participation
- I am willing to submit a pull request for this change.
Additional comments
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Blocked