Skip to content

Commit

Permalink
Docs: rewrote for clarity (fixes eslint#12900
Browse files Browse the repository at this point in the history
  • Loading branch information
Caryyon committed Feb 29, 2020
1 parent 6423e11 commit e319998
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`)
* `"allowArrowFunctions": true` (default `false`) When used with the `declaration` option, arrow functions are allowed

### expression

Expand Down

0 comments on commit e319998

Please sign in to comment.