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

Commit

Permalink
Misc: make linters happy
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Feb 2, 2016
1 parent ee7577d commit 998eb2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/rules/disallow-nested-ternaries.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
*
* Types: `Boolean`, `Object`
*
* Values: `true` or an Object that contains a `maxLevel` property equal to an integer indicating the maximum levels of nesting to be allowed.
* Values: `true` or an Object that contains a `maxLevel` property equal to an integer
* indicating the maximum levels of nesting to be allowed.
*
* #### Examples
*
Expand Down

0 comments on commit 998eb2d

Please sign in to comment.