Skip to content

Commit

Permalink
add disabled flow options that I will enable soon
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkrives committed Sep 26, 2018
1 parent c1c01a6 commit 1bb1009
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,16 @@
[libs]
./config/decls

[lints]
# all=off by default
; all=warn
; untyped-type-import=error
; sketchy-null-bool=off
; sketchy-number=error

[options]
emoji=true
; include_warnings=true

; allow requiring non-js files (like webpack does)
module.name_mapper.extension='css' -> '<PROJECT_ROOT>/config/flow/css'
Expand Down

0 comments on commit 1bb1009

Please sign in to comment.