Skip to content

Commit

Permalink
Update docs/rules/prefer-number-properties.md
Browse files Browse the repository at this point in the history
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
  • Loading branch information
gurgunday and Richienb committed Apr 10, 2024
1 parent 50df82b commit 38fdfc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rules/prefer-number-properties.md
Expand Up @@ -96,9 +96,9 @@ Pass `checkInfinity: true` to enable check on `Infinity`.
### checkNaN

Type: `boolean`\
Default: `true`
Default: `false`

Pass `checkNaN: false` to disable check on `NaN`.
Pass `checkNaN: true` to enable check on `NaN`.

#### Fail

Expand Down

0 comments on commit 38fdfc8

Please sign in to comment.