diff options
author | akshitkrnagpal <akshitkrnagpal@gmail.com> | 2018-05-24 20:05:26 +0530 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2018-05-24 17:13:21 +0200 |
commit | 923392cf0a9ce4c7830b048266ada7df5c959917 (patch) | |
tree | 194a4159fea808a73b4e30a5b8e3998939c38f9b /.flowconfig | |
parent | ff3b9d9251d10c34123021d6e67a4699ebcac5f4 (diff) |
Configured flow
Diffstat (limited to '.flowconfig')
-rw-r--r-- | .flowconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.flowconfig b/.flowconfig new file mode 100644 index 0000000..1c8ac50 --- /dev/null +++ b/.flowconfig @@ -0,0 +1,13 @@ +[ignore] +.*/node_modules/.* +.*/build/.* + +[include] + +[libs] + +[lints] + +[options] + +[strict]
\ No newline at end of file |