Skip to content

Commit

Permalink
docs(eslint-plugin): [explicit-function-return-type] fixed default `a…
Browse files Browse the repository at this point in the history
…llowConciseArrowFunctionExpressionsStartingWithVoid` option value (#2638)
  • Loading branch information
AlexanderFSP committed Oct 6, 2020
1 parent ef7dfb6 commit daac9da
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -80,7 +80,7 @@ const defaults = {
allowTypedFunctionExpressions: true,
allowHigherOrderFunctions: true,
allowDirectConstAssertionInArrowFunctions: true,
allowConciseArrowFunctionExpressionsStartingWithVoid: true,
allowConciseArrowFunctionExpressionsStartingWithVoid: false,
};
```

Expand Down

0 comments on commit daac9da

Please sign in to comment.