eslint: enforce gaps between groups with import/order
This commit is contained in:
@@ -2,7 +2,9 @@ import PropTypes from 'prop-types';
|
||||
import React from 'react';
|
||||
import Motion from 'react-motion/lib/Motion';
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
import { getSettings } from 'soapbox/actions/settings';
|
||||
|
||||
import ReducedMotion from './reduced_motion';
|
||||
|
||||
const mapStateToProps = state => ({
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { fromJS } from 'immutable';
|
||||
|
||||
import { normalizeStatus } from 'soapbox/actions/importer/normalizer';
|
||||
import { makeGetAccount } from 'soapbox/selectors';
|
||||
|
||||
|
||||
@@ -3,8 +3,10 @@ import React from 'react';
|
||||
import ImmutablePropTypes from 'react-immutable-proptypes';
|
||||
import { connect } from 'react-redux';
|
||||
import { Redirect, Route } from 'react-router-dom';
|
||||
|
||||
import { getSettings } from 'soapbox/actions/settings';
|
||||
import { isStaff, isAdmin } from 'soapbox/utils/accounts';
|
||||
|
||||
import BundleColumnError from '../components/bundle_column_error';
|
||||
import ColumnForbidden from '../components/column_forbidden';
|
||||
import ColumnLoading from '../components/column_loading';
|
||||
|
||||
Reference in New Issue
Block a user