Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 998eb2d

Browse files
committed
Misc: make linters happy
1 parent ee7577d commit 998eb2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/rules/disallow-nested-ternaries.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
*
44
* Types: `Boolean`, `Object`
55
*
6-
* Values: `true` or an Object that contains a `maxLevel` property equal to an integer indicating the maximum levels of nesting to be allowed.
6+
* Values: `true` or an Object that contains a `maxLevel` property equal to an integer
7+
* indicating the maximum levels of nesting to be allowed.
78
*
89
* #### Examples
910
*

0 commit comments

Comments
 (0)