Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docs: func-style: clarify when allowArrowFunctions is used (#11548)
  • Loading branch information
OliverJAsh authored and ilyavolodin committed Mar 30, 2019
1 parent bc3e427 commit 87a5c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/func-style.md
Expand Up @@ -55,7 +55,7 @@ This rule has a string option:

This rule has an object option for an exception:

* `"allowArrowFunctions": true` (default `false`) allows the use of arrow functions
* `"allowArrowFunctions": true` (default `false`) allows the use of arrow functions (honoured only when using `declaration`)

### expression

Expand Down

0 comments on commit 87a5c03

Please sign in to comment.