mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-25 22:39:41 +01:00
18 lines
266 B
Plaintext
18 lines
266 B
Plaintext
[ignore]
|
|
.*/node_modules/*
|
|
.*/public/*
|
|
|
|
[libs]
|
|
flow-typed
|
|
|
|
[options]
|
|
module.name_mapper.extension='scss' -> '<PROJECT_ROOT>/flow/css-module-stub.js'
|
|
server.max_workers=1
|
|
|
|
[strict]
|
|
nonstrict-import
|
|
unclear-type
|
|
untyped-type-import
|
|
unsafe-getters-setters
|
|
sketchy-null
|