Skip to content

Commit 0409db6

Browse files
docs: fix examples being under wrong header
1 parent 7514e18 commit 0409db6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/rules/prefer-immutable-types.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,6 @@ callback's parameters is undesirable.
404404

405405
`false` by default.
406406

407-
### `ignoreClasses`
408-
409-
A boolean to specify if checking classes should be ignored. `false` by default.
410-
411407
#### ❌ Incorrect
412408

413409
<!-- eslint-skip -->
@@ -460,6 +456,10 @@ export const acceptsCallback: AcceptsCallback;
460456

461457
</details>
462458

459+
### `ignoreClasses`
460+
461+
A boolean to specify if checking classes should be ignored. `false` by default.
462+
463463
### `parameters.*`, `returnTypes.*`, `variables.*`
464464

465465
Override the options specifically for the given type of types.

0 commit comments

Comments
 (0)