eslint: enforce gaps between groups with import/order
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { fromJS } from 'immutable';
|
||||
|
||||
import {
|
||||
getDomain,
|
||||
acctFull,
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
import { fromJS } from 'immutable';
|
||||
|
||||
import config_db from 'soapbox/__fixtures__/config_db.json';
|
||||
|
||||
import { ConfigDB } from '../config_db';
|
||||
|
||||
test('find', () => {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { fromJS } from 'immutable';
|
||||
|
||||
import {
|
||||
sortEmoji,
|
||||
mergeEmojiFavourites,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { Map as ImmutableMap } from 'immutable';
|
||||
|
||||
import {
|
||||
parseVersion,
|
||||
getFeatures,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { fromJS } from 'immutable';
|
||||
|
||||
import { shouldFilter } from '../timelines';
|
||||
|
||||
describe('shouldFilter', () => {
|
||||
|
||||
Reference in New Issue
Block a user