linter extensions

This commit is contained in:
ntr
2018-10-26 12:36:21 +11:00
parent c5e07a26b5
commit fbf02c26e1
2 changed files with 19 additions and 8 deletions
+2 -6
View File
@@ -24,7 +24,7 @@ const store = createStore(
cryps: reducers.crypsReducer,
items: reducers.itemsReducer,
ws: reducers.wsReducer,
}),
})
);
store.subscribe(() => console.log(store.getState()));
@@ -34,11 +34,6 @@ const ws = createSocket(store);
store.dispatch(actions.setWs(ws));
ws.connect();
function blah() {
}
// tells jdenticon to look for new svgs and render them
// so we don't have to setInnerHtml or manually call update
jdenticon.config = {
@@ -58,6 +53,7 @@ const Main = () => (
</Provider>
);
// eslint-disable-next-line
preact.render(<Main />, document.body);
// fizzyText('cryps.gg');