File tree 1 file changed +2
-1
lines changed 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ It lists all TSLint rules along side rules from the ESLint ecosystem that are th
112
112
| TSLint rule | | ESLint rule |
113
113
| ---------------------------- | :-: | -------------------------------------------------- |
114
114
| [ ` cyclomatic-complexity ` ] | 🌟 | [ ` complexity ` ] [ complexity ] |
115
- | [ ` deprecation ` ] | 🌓 | [ ` import/no-deprecated ` ] < sup > [ 1 ] </ sup > |
115
+ | [ ` deprecation ` ] | 🔌 | [ ` deprecation/deprecation ` ] |
116
116
| [ ` eofline ` ] | 🌟 | [ ` eol-last ` ] [ eol-last ] |
117
117
| [ ` indent ` ] | ✅ | [ ` @typescript-eslint/indent ` ] or [ Prettier] |
118
118
| [ ` linebreak-style ` ] | 🌟 | [ ` linebreak-style ` ] [ linebreak-style ] or [ Prettier] |
@@ -686,3 +686,4 @@ Relevant plugins: [`chai-expect-keywords`](https://github.com/gavinaiken/eslint-
686
686
[ `jest/no-focused-tests` ] : https://github.com/jest-community/eslint-plugin-jest/blob/master/docs/rules/no-focused-tests.md
687
687
[ `jsx-a11y/heading-has-content` ] : https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/heading-has-content.md
688
688
[ `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
You can’t perform that action at this time.
0 commit comments