Skip to content

Commit

Permalink
chore: remove unused path from flow config
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed May 16, 2017
1 parent 860f375 commit 9502670
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
.*/example/node_modules/react
.*/example/node_modules/react-native
.*/example/node_modules/expo
.*/example/node_modules/@expo/ex-navigation
.*/example/\.buckd/

[include]
Expand All @@ -36,12 +35,6 @@
node_modules/react-native/Libraries/react-native/react-native-interface.js
node_modules/react-native/flow

[include]

[libs]
node_modules/react-native/Libraries/react-native/react-native-interface.js
node_modules/react-native/flow

[options]
emoji=true

Expand All @@ -52,7 +45,6 @@ experimental.strict_type_args=true
munge_underscores=true

module.name_mapper='^expo$' -> 'emptyObject'
module.name_mapper='^@expo/ex-navigation$' -> 'emptyObject'
module.name_mapper='^[./a-zA-Z0-9$_-]+\.\(bmp\|gif\|jpg\|jpeg\|png\|psd\|svg\|webp\|m4v\|mov\|mp4\|mpeg\|mpg\|webm\|aac\|aiff\|caf\|m4a\|mp3\|wav\|html\|pdf\)$' -> 'RelativeImageStub'

suppress_type=$FlowIssue
Expand Down

0 comments on commit 9502670

Please sign in to comment.