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
Caryyon committed Feb 19, 2020
1 parent 0af2466 commit 240c239
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:

* When using the `"allowArrowFunctions": true` (default `false`) option with `declaration` arrow functions are allowed
* When using the `"allowArrowFunctions": true` (default `false`) option with `declaration` option, arrow functions are allowed

### expression

Expand Down

0 comments on commit 240c239

Please sign in to comment.