eslint: enforce gaps between groups with import/order

This commit is contained in:
Alex Gleason
2022-01-10 16:25:06 -06:00
parent 966ca91e1a
commit 6323c7d70e
515 changed files with 794 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
import PropTypes from 'prop-types';
import React from 'react';
import Base from '../../../components/modal_root';
import {
MediaModal,
@@ -27,6 +28,7 @@ import {
MentionsModal,
} from '../../../features/ui/util/async-components';
import BundleContainer from '../containers/bundle_container';
import BundleModalError from './bundle_modal_error';
import ModalLoading from './modal_loading';