sourcecred/config
Dandelion Mané 93e2798f37
Ensure that flow is used in all js files (#232)
This script ensures that either //@flow or //@no-flow is present in
every js file. Every existing js file that would fail this check has
been given //@no-flow, we should work to remove all of these in the
future.

Test plan:
I verified that `yarn travis` fails before fixing the other js files,
and passes afterwards.
2018-05-07 20:02:19 -07:00
..
jest Ensure that flow is used in all js files (#232) 2018-05-07 20:02:19 -07:00
babel.js Target latest Node for backend applications (#213) 2018-05-04 19:22:39 -07:00
env.js Ensure that flow is used in all js files (#232) 2018-05-07 20:02:19 -07:00
paths.js Ensure that flow is used in all js files (#232) 2018-05-07 20:02:19 -07:00
polyfills.js Ensure that flow is used in all js files (#232) 2018-05-07 20:02:19 -07:00
travis.js Ensure that flow is used in all js files (#232) 2018-05-07 20:02:19 -07:00
webpack.config.backend.js Ensure that flow is used in all js files (#232) 2018-05-07 20:02:19 -07:00
webpack.config.dev.js Ensure that flow is used in all js files (#232) 2018-05-07 20:02:19 -07:00
webpack.config.prod.js Ensure that flow is used in all js files (#232) 2018-05-07 20:02:19 -07:00
webpackDevServer.config.js Ensure that flow is used in all js files (#232) 2018-05-07 20:02:19 -07:00