Catchup Linting

This commit is contained in:
Qstick
2020-09-06 21:33:10 -04:00
parent 6b22b9bb57
commit c17f3a90a7
516 changed files with 2866 additions and 2550 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',