-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Labels
coreRelates to ESLint's core APIs and featuresRelates to ESLint's core APIs and featuresdocumentationRelates to ESLint's documentationRelates to ESLint's documentationenhancementThis change enhances an existing feature of ESLintThis change enhances an existing feature of ESLint
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
coreRelates to ESLint's core APIs and featuresRelates to ESLint's core APIs and featuresdocumentationRelates to ESLint's documentationRelates to ESLint's documentationenhancementThis change enhances an existing feature of ESLintThis change enhances an existing feature of ESLint
Type
Projects
Status
Complete