1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Import Sorting Lint for Frontend (#4655)

This commit is contained in:
Qstick
2020-07-28 14:47:25 -04:00
committed by GitHub
parent b92414d657
commit 71e715f954
515 changed files with 2059 additions and 1832 deletions
@@ -1,15 +1,14 @@
import _ from 'lodash';
import { handleActions } from 'redux-actions';
import getSectionState from 'Utilities/State/getSectionState';
import updateSectionState from 'Utilities/State/updateSectionState';
import {
CLEAR_PENDING_CHANGES,
REMOVE_ITEM,
SET,
UPDATE,
UPDATE_ITEM,
UPDATE_SERVER_SIDE_COLLECTION,
CLEAR_PENDING_CHANGES,
REMOVE_ITEM
} from 'Store/Actions/baseActions';
UPDATE_SERVER_SIDE_COLLECTION } from 'Store/Actions/baseActions';
import getSectionState from 'Utilities/State/getSectionState';
import updateSectionState from 'Utilities/State/updateSectionState';
const blacklistedProperties = [
'section',