diff --git a/.flowconfig b/.flowconfig index c897737475..9ef9581581 100644 --- a/.flowconfig +++ b/.flowconfig @@ -10,6 +10,9 @@ include_warnings=true ; Improve performance on large codebases lazy_mode=true +[ignore] +node_modules/ + [lints] ; Warn about potentially unsafe null checks sketchy-null=warn