We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded37b7 commit 05dcd79Copy full SHA for 05dcd79
docusaurus/docs/adding-flow.md
@@ -22,7 +22,7 @@ make sure to add the following line to your `.flowconfig` to make Flow aware of
22
23
```diff
24
[options]
25
-+ module.name_mapper='^\(.*\)$' -> '<PROJECT_ROOT>/src/\1'
++ module.name_mapper='^\([^\.].*\)$' -> '<PROJECT_ROOT>/src/\1'
26
```
27
28
To learn more about Flow, check out [its documentation](https://flow.org/).
0 commit comments