rickvanlieshout.com/.flowconfig

20 lines
256 B
Plaintext
Raw Normal View History

2019-04-08 11:53:56 -04:00
[ignore]
[include]
[libs]
2019-05-09 20:34:21 +03:00
flow-typed
2019-04-08 11:53:56 -04:00
[lints]
[options]
2019-05-09 00:09:21 +03:00
module.name_mapper.extension='scss' -> '<PROJECT_ROOT>/flow/css-module-stub.js'
2019-04-11 20:10:36 +03:00
server.max_workers=4
2019-04-08 11:53:56 -04:00
[strict]
2019-07-31 22:05:23 -04:00
nonstrict-import
unclear-type
untyped-type-import
unsafe-getters-setters
sketchy-null