Skip to content

Commit

Permalink
docs(eslint-plugin): [efrt] fix default values in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Aug 30, 2019
1 parent 65eb993 commit 989c13a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -73,8 +73,8 @@ type Options = {

const defaults = {
allowExpressions: false,
allowTypedFunctionExpressions: false,
allowHigherOrderFunctions: false,
allowTypedFunctionExpressions: true,
allowHigherOrderFunctions: true,
};
```

Expand Down

0 comments on commit 989c13a

Please sign in to comment.