Skip to content

Commit

Permalink
docs: fix examples being under wrong header
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Dec 27, 2024
1 parent 7514e18 commit 0409db6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/rules/prefer-immutable-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,10 +404,6 @@ callback's parameters is undesirable.

`false` by default.

### `ignoreClasses`

A boolean to specify if checking classes should be ignored. `false` by default.

#### ❌ Incorrect

<!-- eslint-skip -->
Expand Down Expand Up @@ -460,6 +456,10 @@ export const acceptsCallback: AcceptsCallback;

</details>

### `ignoreClasses`

A boolean to specify if checking classes should be ignored. `false` by default.

### `parameters.*`, `returnTypes.*`, `variables.*`

Override the options specifically for the given type of types.
Expand Down

0 comments on commit 0409db6

Please sign in to comment.