Skip to content
Snippets Groups Projects
Commit 5c97cfe9 authored by Chris Beer's avatar Chris Beer
Browse files

Update eslint dependencies

parent 4560bb2e
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,6 @@ import {
} from '../state/selectors';
import { WindowAuthenticationControl } from '../components/WindowAuthenticationControl';
/**
* mapStateToProps - to hook up connect
* @memberof App
......
......
......@@ -22,7 +22,6 @@ const mapStateToProps = (state, { windowId }) => ({
selectedCanvases: getVisibleCanvases(state, { windowId }),
});
/** */
const styles = theme => ({
section: {
......
......
......@@ -16,7 +16,6 @@ import {
} from '../state/selectors';
import { WindowSideBarButtons } from '../components/WindowSideBarButtons';
/**
* mapDispatchToProps - used to hook up connect to action creators
* @memberof WindowSideButtons
......
......
......@@ -15,7 +15,6 @@ const mapStateToProps = state => ({
containerId: getContainerId(state),
});
/**
*
* @param theme
......
......
......@@ -14,7 +14,6 @@ const mapStateToProps = (state, { windowId }) => ({
manifestTitle: getManifestTitle(state, { windowId }),
});
/**
* @param theme
*/
......
......
import { compose } from 'redux';
import { connect } from 'react-redux';
import { withPlugins } from '../extend/withPlugins';
import { WindowViewer } from '../components/WindowViewer';
......
......
......@@ -17,7 +17,6 @@ const styles = theme => ({
},
});
const enhance = compose(
withStyles(styles),
withTranslation(),
......
......
......@@ -3,7 +3,6 @@ import curry from 'lodash/curry';
import isEmpty from 'lodash/isEmpty';
import PluginContext from './PluginContext';
/** withPlugins should be the innermost HOC */
function _withPlugins(targetName, TargetComponent) { // eslint-disable-line no-underscore-dangle
/** */
......
......
/**
* MiradorCanvas - adds additional, testable logic around Manifesto's Manifest
* https://iiif-commons.github.io/manifesto/classes/_canvas_.manifesto.canvas.html
......
......
// Only remove security related tags and attributes. Allow each other.
const liberal = {};
......
......
......@@ -210,7 +210,6 @@ export function* refetchInfoResponses({ serviceId }) {
yield put({ serviceId, type: ActionTypes.CLEAR_ACCESS_TOKEN_QUEUE });
}
/** */
export default function* iiifSaga() {
yield all([
......
......
......@@ -31,7 +31,6 @@ const getPresentAnnotationsCanvas = createSelector(
),
);
const getAnnotationsOnSelectedCanvases = createSelector(
[
getVisibleCanvasIds,
......
......
......@@ -2,7 +2,6 @@ import { createSelector } from 'reselect';
import groupBy from 'lodash/groupBy';
import { getWindow, getWindows } from './getters';
/** */
export function getCompanionWindows(state) {
return state.companionWindows;
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment