From 145b884371d84095fc3b89863d26c43302ccc3a0 Mon Sep 17 00:00:00 2001 From: Alex Malkevich Date: Mon, 17 Feb 2020 16:59:04 +0100 Subject: [PATCH 1/2] docs(roadmap): update deprecation rule --- packages/eslint-plugin/ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-plugin/ROADMAP.md b/packages/eslint-plugin/ROADMAP.md index c4f99f947af4..1b9a1b15a78a 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] | From 5d7ae22b92ef536bb9f2b21dd2c0056a16cf6a86 Mon Sep 17 00:00:00 2001 From: Alex Malkevich Date: Mon, 17 Feb 2020 23:53:35 +0100 Subject: [PATCH 2/2] docs(roadmap): add link to deprecation plugin repo --- packages/eslint-plugin/ROADMAP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/eslint-plugin/ROADMAP.md b/packages/eslint-plugin/ROADMAP.md index 1b9a1b15a78a..91ed75f98e8b 100644 --- a/packages/eslint-plugin/ROADMAP.md +++ b/packages/eslint-plugin/ROADMAP.md @@ -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