-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Not checking node_modules #1548
Copy link
Copy link
Closed
Description
My .flowconfig file looks like this:
[ignore]
.*node_modules.*
.*data.*
.*dist.*
.*\.tmp.*
I want to ignore everything that's located in node_modules, because it throws like 20 different errors when I turn it on.
Problem is, when I let's say import _ from "lodash", Flow shouts at me that ^^^^^^^ lodash. Required module not found.
How do I make Flow to not check node_modules but recognize it's modules?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels