From 87a5c034977cf4538ff3539d2f8776a987c5942a Mon Sep 17 00:00:00 2001 From: Oliver Joseph Ash Date: Sat, 30 Mar 2019 02:16:16 +0000 Subject: [PATCH] Docs: `func-style`: clarify when `allowArrowFunctions` is used (#11548) --- docs/rules/func-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/func-style.md b/docs/rules/func-style.md index a44233419d3..14f01b0c4a9 100644 --- a/docs/rules/func-style.md +++ b/docs/rules/func-style.md @@ -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