Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Add node_modules in ignore section of flowconfig.
Browse files Browse the repository at this point in the history
For some reason flow was failing on them.
  • Loading branch information
nchevobbe committed Apr 17, 2018
1 parent 00122f3 commit 9d16e0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
[ignore]
.*node_modules/autoprefixer.*
.*node_modules/chalk.*
.*node_modules/cjson.*
.*node_modules/fbjs.*
.*node_modules/npm.*
.*node_modules/stylelint.*
.*node_modules/config-chain.*
.*node_modules/conventional-changelog-core.*
.*node_modules/devtools-mc-assets.*
.*node_modules/postcss-*
.*node_modules/radium.*
.*node_modules/react-style-proptype.*
.*flow-coverage-report/.*
Expand Down

0 comments on commit 9d16e0e

Please sign in to comment.