sourcecred/src/explorer
Dandelion Mané 7a493b596d Update eslint and eslint configuration
This commit updates eslint from v4 to v6. In doing so, I've moved off of
the create-react-app base eslint config. We were on an old version (v2)
and it doesn't make sense to update to v4, as in v4 create-react-app
uses typescript. Also, it didn't make sense to stay on
create-react-app's v2 config, because then it had unmet peer dependency
constraints on old versions of eslint.

Instead, I've moved us to use the default rules for eslint,
eslint-plugin-react, and eslint-plugin-flowtype.

I also made some changes to the codebase to satisfy the new lint rules
that came with this change.

Test plan: `yarn test` passes.
2019-07-05 18:39:00 +01:00
..
adapters Upgrade flow to to 0.102.0 2019-07-05 17:21:56 +01:00
pagerankTable Update eslint and eslint configuration 2019-07-05 18:39:00 +01:00
weights Add a WeightsFileManager (#1150) 2019-05-21 04:41:00 +03:00
App.js Add a WeightsFileManager (#1150) 2019-05-21 04:41:00 +03:00
App.test.js Refactor the Weights module (#1146) 2019-05-20 13:46:08 +03:00
state.js Refactor the Weights module (#1146) 2019-05-20 13:46:08 +03:00
state.test.js Upgrade flow to to 0.102.0 2019-07-05 17:21:56 +01:00