Skip to content

Commit

Permalink
Fix by eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
kumabook committed Apr 27, 2020
1 parent 06434b4 commit 0630f4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions src/options_ui.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ import 'regenerator-runtime/runtime';
import browser from 'webextension-polyfill';
import logger from 'kiroku';
import React from 'react';
import {
Provider,
} from 'react-redux';
import { Provider } from 'react-redux';
import createSagaMiddleware from 'redux-saga';
import {
applyMiddleware,
Expand Down
4 changes: 1 addition & 3 deletions src/popup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import logger from 'kiroku';
import React from 'react';
import ReactDOM from 'react-dom';
import createHistory from 'history/createHashHistory';
import {
Provider,
} from 'react-redux';
import { Provider } from 'react-redux';
import createSagaMiddleware from 'redux-saga';
import {
applyMiddleware,
Expand Down
4 changes: 1 addition & 3 deletions src/sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import logger from 'kiroku';
import React from 'react';
import ReactDOM from 'react-dom';
import createHistory from 'history/createHashHistory';
import {
Provider,
} from 'react-redux';
import { Provider } from 'react-redux';
import createSagaMiddleware from 'redux-saga';
import {
applyMiddleware,
Expand Down

0 comments on commit 0630f4e

Please sign in to comment.