diff --git a/packages/eslint-plugin/ROADMAP.md b/packages/eslint-plugin/ROADMAP.md index c4f99f947af4..91ed75f98e8b 100644 --- a/packages/eslint-plugin/ROADMAP.md +++ b/packages/eslint-plugin/ROADMAP.md @@ -112,7 +112,7 @@ It lists all TSLint rules along side rules from the ESLint ecosystem that are th | TSLint rule | | ESLint rule | | ---------------------------- | :-: | -------------------------------------------------- | | [`cyclomatic-complexity`] | 🌟 | [`complexity`][complexity] | -| [`deprecation`] | 🌓 | [`import/no-deprecated`] [1] | +| [`deprecation`] | 🔌 | [`deprecation/deprecation`] | | [`eofline`] | 🌟 | [`eol-last`][eol-last] | | [`indent`] | ✅ | [`@typescript-eslint/indent`] or [Prettier] | | [`linebreak-style`] | 🌟 | [`linebreak-style`][linebreak-style] or [Prettier] | @@ -686,3 +686,4 @@ Relevant plugins: [`chai-expect-keywords`](https://github.com/gavinaiken/eslint- [`jest/no-focused-tests`]: https://github.com/jest-community/eslint-plugin-jest/blob/master/docs/rules/no-focused-tests.md [`jsx-a11y/heading-has-content`]: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/heading-has-content.md [`lodash/chaining`]: https://github.com/wix/eslint-plugin-lodash/blob/master/docs/rules/chaining.md +[`deprecation/deprecation`]: https://github.com/gund/eslint-plugin-deprecation