Remove unnecessary eslint-disable directives

This commit is contained in:
Labhansh Agrawal 2020-03-02 23:29:56 +05:30 committed by Benjamin Staneck
parent 833b222e2a
commit 039b90aa65
26 changed files with 1 additions and 84 deletions

View file

@ -1,4 +1,3 @@
/* eslint-disable max-params */
import {createSelector} from 'reselect';
import Header from '../components/header';

View file

@ -1,5 +1,3 @@
/* eslint-disable react/no-danger */
import React from 'react';
import Mousetrap from 'mousetrap';