chore: add eslint and fix lint errors

This commit is contained in:
2020-01-25 14:59:14 +01:00
parent e6c87e2f46
commit ef2015f012
36 changed files with 1645 additions and 917 deletions
+2 -7
View File
@@ -1,9 +1,4 @@
export {
findEvents,
findOrigins,
fetchAddress,
fetchFilters,
} from './queries';
export { findEvents, findOrigins, fetchAddress, fetchFilters } from './queries'
export {
toggleIgnoreBand,
@@ -13,4 +8,4 @@ export {
toggleIgnoreState,
saveOrigin,
removeOrigin
} from './mutations';
} from './mutations'