Skip to content

Commit

Permalink
Docs: Correct type of outerIIFEBody in indent (fixes #6581) (#6584)
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto authored and ilyavolodin committed Jul 3, 2016
1 parent 25fc7b7 commit ee7fcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/indent.md
Expand Up @@ -72,7 +72,7 @@ This rule has an object option:

* `"SwitchCase"` (default: 0) enforces indentation level for `case` clauses in `switch` statements
* `"VariableDeclarator"` (default: 1) enforces indentation level for `var` declarators; can also take an object to define separate rules for `var`, `let` and `const` declarations.
* `"outerIIFEBody"` (default: true) when false enforces no indentation level increase for file-level IIFEs.
* `"outerIIFEBody"` (default: 1) enforces indentation level for file-level IIFEs.

Level of indentation denotes the multiple of the indent specified. Example:

Expand Down

0 comments on commit ee7fcfa

Please sign in to comment.