From ac630bbaf347d8c29c17d59d7686e85e63251f04 Mon Sep 17 00:00:00 2001 From: Abraham Guo Date: Thu, 19 Sep 2024 12:53:24 -0500 Subject: [PATCH] prettier --- packages/eslint-plugin/TSLINT_RULE_ALTERNATIVES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-plugin/TSLINT_RULE_ALTERNATIVES.md b/packages/eslint-plugin/TSLINT_RULE_ALTERNATIVES.md index eb5fccc1a410..eab5e19d3586 100644 --- a/packages/eslint-plugin/TSLINT_RULE_ALTERNATIVES.md +++ b/packages/eslint-plugin/TSLINT_RULE_ALTERNATIVES.md @@ -85,7 +85,7 @@ It lists all TSLint rules along side rules from the ESLint ecosystem that are th | [`no-shadowed-variable`] | 🌟 | [`no-shadow`][no-shadow] | | [`no-sparse-arrays`] | 🌟 | [`no-sparse-arrays`][no-sparse-arrays] | | [`no-string-literal`] | 🌟 | [`dot-notation`][dot-notation] | -| [`no-string-throw`] | ✅ | [`@typescript-eslint/only-throw-error`] | +| [`no-string-throw`] | ✅ | [`@typescript-eslint/only-throw-error`] | | [`no-submodule-imports`] | 🌓 | [`import/no-internal-modules`] (slightly different) | | [`no-switch-case-fall-through`] | 🌟 | [`no-fallthrough`][no-fallthrough] | | [`no-tautology-expression`] | 🛑 | N/A |