node-go/play-node-go/.flowconfig

30 lines
326 B
Text
Raw Permalink 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/.*
.*\.scss
.*\.css
.+\.s?css
2020-01-09 17:51:49 +00:00
[include]
.*/src/components/
.*/src/pages/.*
.*/src/reducers/.*
.*/src/utils/.*
.*/App.js
2020-01-09 17:51:49 +00:00
[libs]
[lints]
[options]
[strict]
[untyped]