Skip to content

Commit

Permalink
List Flow lint rules and enable low-hanging fruits (#1833)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Apr 27, 2019
1 parent 09940fb commit fe1a035
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .flowconfig
Expand Up @@ -9,6 +9,24 @@

[libs]

[lints]
sketchy-null-bool=off
sketchy-null-string=off
sketchy-null-number=error
sketchy-null-mixed=off
sketchy-number=off
untyped-type-import=error
nonstrict-import=off
untyped-import=off
unclear-type=off
deprecated-type=off
deprecated-utility=error
dynamic-export=off
unsafe-getters-setters=error
inexact-spread=error
unnecessary-optional-chain=error
unnecessary-invariant=off

[options]
include_warnings=true
module.use_strict=true
Expand Down

0 comments on commit fe1a035

Please sign in to comment.