Skip to content

Commit

Permalink
Docs: rewrote allowArrowFunction option /w declaration (fixes eslint#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Cary Wolff committed Feb 18, 2020
1 parent 6423e11 commit 0af2466
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 (honoured only when using `declaration`)
* When using the `"allowArrowFunctions": true` (default `false`) option with `declaration` arrow functions are allowed

### expression

Expand Down

0 comments on commit 0af2466

Please sign in to comment.