Skip to content

Commit

Permalink
docs(eslint-plugin): [explicit-function-return-type] add missing defa…
Browse files Browse the repository at this point in the history
…ult (#2032)
  • Loading branch information
dandv committed May 17, 2020
1 parent 9acff7c commit c66f97c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -77,6 +77,7 @@ const defaults = {
allowExpressions: false,
allowTypedFunctionExpressions: true,
allowHigherOrderFunctions: true,
allowConciseArrowFunctionExpressionsStartingWithVoid: true,
};
```

Expand Down

0 comments on commit c66f97c

Please sign in to comment.