Return to mock-metrics for now.

- Bring MoC under new linting rules
- adds support for immutable-console-renderer
- fixes up metrics actually displaying after bad fixes when rebasing.
- Mock all metrics client side for demoing
This commit is contained in:
Simon Howe
2016-03-16 23:10:10 +01:00
parent 31ee76a1d9
commit 1ad7c2c7a3
15 changed files with 221 additions and 145 deletions

View File

@@ -0,0 +1,3 @@
import Immutable from 'immutable';
import installDevTools from 'immutable-devtools';
installDevTools(Immutable);