Skip to content

Commit c0188d9

Browse files
committed
Remove info about the .flowconfig in the docs
It's now useless
1 parent 52e207a commit c0188d9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/react-scripts/template/README.md

-10
Original file line numberDiff line numberDiff line change
@@ -448,16 +448,6 @@ Flow typing is now supported out of the box. All you have to do is add the `/* @
448448
want to typecheck. If no `.flowconfig` is present, one will be generated for you. The script will also download type
449449
definitions from [flow-typed](https://github.com/flowtype/flow-typed) automatically.
450450

451-
If you don't have the auto-generated `.flowconfig` because you had flow setup before, you can copy it from here:
452-
453-
```ini
454-
[ignore]
455-
<PROJECT_ROOT>/node_modules/fbjs/.*
456-
457-
[libs]
458-
./flow-typed
459-
```
460-
461451
Flow errors will show up alongside eslint errors as you work on your application.
462452

463453
>Note: If your global flow installation version differs from react-scripts's flow version, you may experience slower compilation times while going back and forth between your app and your IDE (that may use your global flow). Ensure you have the same `flow-bin` version [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-dev-utils/package.json).

0 commit comments

Comments
 (0)