[ignore]
.*
!<PROJECT_ROOT>/src

[include]

[lints]
sketchy-null-bool=error
sketchy-null-string=error
sketchy-null-number=error
sketchy-null-mixed=error
sketchy-number=error
untyped-type-import=error
nonstrict-import=off
untyped-import=error
unclear-type=off
deprecated-type=error
deprecated-utility=error
unsafe-getters-setters=error
unnecessary-optional-chain=error
unnecessary-invariant=error
signature-verification-failure=error
implicit-inexact-object=error
ambiguous-object-type=error
uninitialized-instance-property=error
default-import-access=error
invalid-import-star-use=error
non-const-var-export=error
this-in-exported-function=error
mixed-import-and-require=error
export-renamed-default=error

[options]
all=true
types_first=false
module.use_strict=true
babel_loose_array_spread=true
experimental.const_params=true
include_warnings=true

[version]
^0.142.0
