node-go/.flowconfig

24 lines
247 B
Text
Raw Normal View History

2020-01-09 17:51:49 +00:00
[ignore]
.*/node_modules/.*
.*/src/serviceWorker\.js
.*/src/index\.js
.*\.test
.*/server/node_modules/.*
.*/server/test/.*
.*/server/knexfile\.js
.*/public/.*
[include]
[libs]
[lints]
[options]
; all=true
[strict]
[untyped]
.*\.scss
.*\.css