From 552685f196eb0e900ecd6675fcea89cc57d6ad27 Mon Sep 17 00:00:00 2001 From: Lachlan Kermode Date: Tue, 19 Feb 2019 14:52:28 +0000 Subject: [PATCH] lint --- src/reducers/app.js | 2 -- src/selectors/index.js | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/reducers/app.js b/src/reducers/app.js index bdca5ca..f8a1012 100644 --- a/src/reducers/app.js +++ b/src/reducers/app.js @@ -1,4 +1,3 @@ -/* global d3 */ import initial from '../store/initial.js' import { parseDate, toggleFlagAC } from '../js/utilities' @@ -12,7 +11,6 @@ import { INCREMENT_NARRATIVE_CURRENT, DECREMENT_NARRATIVE_CURRENT, UPDATE_SOURCE, - RESET_ALLFILTERS, TOGGLE_LANGUAGE, TOGGLE_SITES, TOGGLE_FETCHING_DOMAIN, diff --git a/src/selectors/index.js b/src/selectors/index.js index e9a8399..0844549 100644 --- a/src/selectors/index.js +++ b/src/selectors/index.js @@ -1,6 +1,6 @@ import { createSelector } from 'reselect' import { compareTimestamp, insetSourceFrom } from '../js/utilities' -import { isTaggedIn, isNoTags, isTaggedInWithCategory, isNoCategories, isTimeRangedIn } from './helpers' +import { isTimeRangedIn } from './helpers' // Input selectors export const getEvents = state => state.domain.events