8000 docs: [class-methods-use-this] fix typo by jwbth · Pull Request #9494 · typescript-eslint/typescript-eslint · GitHub
[go: up one dir, main page]

Skip to content

docs: [class-methods-use-this] fix typo #9494

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By click 10000 ing “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const defaultOptions: Options = {

### `ignoreOverrideMethods`

Makes the rule to ignores any class member explicitly marked with `override`.
Makes the rule ignore any class member explicitly marked with `override`.

Example of a correct code when `ignoreOverrideMethods` is set to `true`:

Expand Down
Loading
0