Skip to content

Commit

Permalink
docs(eslint-plugin): [explicit-module-boundary-types] fix broken link (
Browse files Browse the repository at this point in the history
…#2317)

Co-authored-by: Brad Zacher <brad.zacher@gmail.com>
  • Loading branch information
eduardomoroni and bradzacher committed Jul 22, 2020
1 parent d7fefba commit fd90e31
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -267,7 +267,7 @@ export const foo: FooType = bar => {};

## When Not To Use It

If you wish to make sure all functions have explicit return types, as opposed to only the module boundaries, you can use [explicit-function-return-type](https://github.com/eslint/eslint/blob/master/docs/rules/explicit-function-return-type.md)
If you wish to make sure all functions have explicit return types, as opposed to only the module boundaries, you can use [explicit-function-return-type](./explicit-function-return-type.md)

## Further Reading

Expand Down

0 comments on commit fd90e31

Please sign in to comment.