mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 13:28:36 +03:00
lint
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user