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

Commit

Permalink
requireCurlyBraces: small docs corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed May 18, 2016
1 parent 7b8d6b0 commit 29d1b00
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/rules/require-curly-braces.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
* Types: `Array` or `Boolean` or `Object`
*
* Values:
* - Array of quoted keywords
* - `true` to require curly braces after the following keywords
* - `Object`
* - `'keywords'`
* - Array of quoted keywords
* - `'allExcept'`
* - Array of keywords inside of the block that would allow curly braces
* - Ex: ["return" , "continue", "break"]
* - Array of quoted keywords
* - `true` to require curly braces after the following keywords
* - `Object`
* - `'keywords'`
* - Array of quoted keywords
* - `'allExcept'`
* - Array of keywords inside of the block that would allow curly braces
* - Ex: ["return" , "continue", "break"]
*
* JSHint: [`curly`](http://jshint.com/docs/options/#curly)
*
Expand Down

0 comments on commit 29d1b00

Please sign in to comment.