We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93150c5 commit 0d1775eCopy full SHA for 0d1775e
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