mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 09:43:49 +02:00
lint: apply pretty import
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
import {
|
||||
compareByName,
|
||||
compareByCreatedAt,
|
||||
compareByCreatedAtAscending,
|
||||
compareByUpdatedAt,
|
||||
compareByDisplayName,
|
||||
compareByMemberCount,
|
||||
compareByPrivate,
|
||||
compareByStatus,
|
||||
compareByLastActive,
|
||||
compareByLastSeen,
|
||||
compareByLocation,
|
||||
compareByLocationAt,
|
||||
compareByLocation
|
||||
compareByMemberCount,
|
||||
compareByName,
|
||||
compareByPrivate,
|
||||
compareByStatus,
|
||||
compareByUpdatedAt
|
||||
} from '../compare';
|
||||
|
||||
describe('Compare Functions', () => {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { sortStatus, isFriendOnline } from '../friend';
|
||||
import { isFriendOnline, sortStatus } from '../friend';
|
||||
|
||||
describe('Friend Utils', () => {
|
||||
describe('sortStatus', () => {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import {
|
||||
getEmojiFileName,
|
||||
getPrintFileName,
|
||||
getPrintLocalDate,
|
||||
getEmojiFileName
|
||||
getPrintLocalDate
|
||||
} from '../gallery';
|
||||
|
||||
describe('Gallery Utils', () => {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { parseLocation, displayLocation } from '../location';
|
||||
import { displayLocation, parseLocation } from '../location';
|
||||
|
||||
describe('Location Utils', () => {
|
||||
describe('parseLocation', () => {
|
||||
|
||||
Reference in New Issue
Block a user