Skip to content

Commit 7452e7d

Browse files
authored
docs(eslint-plugin): update link to deprecation rule in roadmap (#1611)
1 parent f9dd7ec commit 7452e7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/eslint-plugin/ROADMAP.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ It lists all TSLint rules along side rules from the ESLint ecosystem that are th
112112
| TSLint rule | | ESLint rule |
113113
| ---------------------------- | :-: | -------------------------------------------------- |
114114
| [`cyclomatic-complexity`] | 🌟 | [`complexity`][complexity] |
115-
| [`deprecation`] | 🌓 | [`import/no-deprecated`] <sup>[1]</sup> |
115+
| [`deprecation`] | 🔌 | [`deprecation/deprecation`] |
116116
| [`eofline`] | 🌟 | [`eol-last`][eol-last] |
117117
| [`indent`] || [`@typescript-eslint/indent`] or [Prettier] |
118118
| [`linebreak-style`] | 🌟 | [`linebreak-style`][linebreak-style] or [Prettier] |
@@ -686,3 +686,4 @@ Relevant plugins: [`chai-expect-keywords`](https://github.com/gavinaiken/eslint-
686686
[`jest/no-focused-tests`]: https://github.com/jest-community/eslint-plugin-jest/blob/master/docs/rules/no-focused-tests.md
687687
[`jsx-a11y/heading-has-content`]: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/heading-has-content.md
688688
[`lodash/chaining`]: https://github.com/wix/eslint-plugin-lodash/blob/master/docs/rules/chaining.md
689+
[`deprecation/deprecation`]: https://github.com/gund/eslint-plugin-deprecation

0 commit comments

Comments
 (0)