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

Commit 29d1b00

Browse files
committed
requireCurlyBraces: small docs corrections
1 parent 7b8d6b0 commit 29d1b00

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lib/rules/require-curly-braces.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
* Types: `Array` or `Boolean` or `Object`
55
*
66
* Values:
7-
* - Array of quoted keywords
8-
* - `true` to require curly braces after the following keywords
9-
* - `Object`
10-
* - `'keywords'`
11-
* - Array of quoted keywords
12-
* - `'allExcept'`
13-
* - Array of keywords inside of the block that would allow curly braces
14-
* - Ex: ["return" , "continue", "break"]
7+
* - Array of quoted keywords
8+
* - `true` to require curly braces after the following keywords
9+
* - `Object`
10+
* - `'keywords'`
11+
* - Array of quoted keywords
12+
* - `'allExcept'`
13+
* - Array of keywords inside of the block that would allow curly braces
14+
* - Ex: ["return" , "continue", "break"]
1515
*
1616
* JSHint: [`curly`](http://jshint.com/docs/options/#curly)
1717
*

0 commit comments

Comments
 (0)