File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ It lists all TSLint rules along side rules from the ESLint ecosystem that are th
85
85
| [ ` no-shadowed-variable ` ] | π | [ ` no-shadow ` ] [ no-shadow ] |
86
86
| [ ` no-sparse-arrays ` ] | π | [ ` no-sparse-arrays ` ] [ no-sparse-arrays ] |
87
87
| [ ` no-string-literal ` ] | π | [ ` dot-notation ` ] [ dot-notation ] |
88
- | [ ` no-string-throw ` ] | β
| [ ` @typescript-eslint/only-throw-literal ` ] |
88
+ | [ ` no-string-throw ` ] | β
| [ ` @typescript-eslint/only-throw-error ` ] |
89
89
| [ ` no-submodule-imports ` ] | π | [ ` import/no-internal-modules ` ] (slightly different) |
90
90
| [ ` no-switch-case-fall-through ` ] | π | [ ` no-fallthrough ` ] [ no-fallthrough ] |
91
91
| [ ` no-tautology-expression ` ] | π | N/A |
@@ -622,7 +622,7 @@ Relevant plugins: [`chai-expect-keywords`](https://github.com/gavinaiken/eslint-
622
622
[ `@typescript-eslint/no-unnecessary-boolean-literal-compare` ] : https://typescript-eslint.io/rules/no-unnecessary-boolean-literal-compare
623
623
[ `@typescript-eslint/no-misused-new` ] : https://typescript-eslint.io/rules/no-misused-new
624
624
[ `@typescript-eslint/no-this-alias` ] : https://typescript-eslint.io/rules/no-this-alias
625
- [ `@typescript-eslint/only-throw-literal ` ] : https://typescript-eslint.io/rules/only-throw-literal
625
+ [ `@typescript-eslint/only-throw-error ` ] : https://typescript-eslint.io/rules/only-throw-error
626
626
[ `@typescript-eslint/no-extraneous-class` ] : https://typescript-eslint.io/rules/no-extraneous-class
627
627
[ `@typescript-eslint/no-unused-vars` ] : https://typescript-eslint.io/rules/no-unused-vars
628
628
[ `@typescript-eslint/no-use-before-define` ] : https://typescript-eslint.io/rules/no-use-before-define
You canβt perform that action at this time.
0 commit comments