Skip to content

Commit 76580ec

Browse files
committed
🧹 chore: run biome check (lint and format)
1 parent f331b54 commit 76580ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎src/commands/docs/baseline.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import {
99
} from 'discord.js';
1010
import { features as data } from 'web-features';
1111
import { fuzzySearch } from '../../util/fuzzy-search.js';
12+
import { clampText } from '../../util/text.js';
1213
import type { ProviderConfig } from './types.js';
1314
import { createBaseConfig, getBaselineFeatures } from './utils.js';
14-
import { clampText } from '../../util/text.js';
1515

1616
export type FeatureData = {
1717
name: string;

‎src/util/commands.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { ChatInputCommandInteraction, Client } from 'discord.js';
1+
import type { ChatInputCommandInteraction } from 'discord.js';
22
import type { Command } from '../commands/types.js';
33

44
export const createCommand = (command: Command): Command => {

0 commit comments

Comments
 (0)