[no-implied-eval,no-throw-literal,no-empty-function] Documentation missing information that eslint no-implied-eval should be turned off. #2555
Labels
documentation
Documentation ("docs") that needs adding/updating
good first issue
Good for newcomers
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Repro
Go to:
https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-implied-eval.md
https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-throw-literal.md
https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-empty-function.md
Same rules exist for eslint:
https://eslint.org/docs/rules/no-implied-eval
https://eslint.org/docs/rules/no-throw-literal
https://eslint.org/docs/rules/no-empty-function
Expected Result
There should be snippet showing that eslint equivalent should be disabled when using @typescript-eslint/rule (it is done this way in all other cases) i.e.:
Actual Result
There is no information if eslint equivalent should be turned off when using plugin.
The text was updated successfully, but these errors were encountered: