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', () => {
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
// @preval
|
||||
const { execSync } = require('child_process');
|
||||
|
||||
const pkg = require('../../../package.json');
|
||||
|
||||
const shortRepoName = url => new URL(url).pathname.substring(1);
|
||||
|
||||
@ -4,6 +4,7 @@
|
||||
*/
|
||||
|
||||
import { join } from 'path';
|
||||
|
||||
import { FE_SUBDIRECTORY } from 'soapbox/build_config';
|
||||
|
||||
export const joinPublicPath = (...paths) => {
|
||||
|
||||
Reference in New Issue
Block a user