We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09940fb commit fe1a035Copy full SHA for fe1a035
.flowconfig
@@ -9,6 +9,24 @@
9
10
[libs]
11
12
+[lints]
13
+sketchy-null-bool=off
14
+sketchy-null-string=off
15
+sketchy-null-number=error
16
+sketchy-null-mixed=off
17
+sketchy-number=off
18
+untyped-type-import=error
19
+nonstrict-import=off
20
+untyped-import=off
21
+unclear-type=off
22
+deprecated-type=off
23
+deprecated-utility=error
24
+dynamic-export=off
25
+unsafe-getters-setters=error
26
+inexact-spread=error
27
+unnecessary-optional-chain=error
28
+unnecessary-invariant=off
29
+
30
[options]
31
include_warnings=true
32
module.use_strict=true
0 commit comments