mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +00:00
ci(rome): rules update
This commit is contained in:
parent
0db0bd9e98
commit
9345a6900f
@ -7,8 +7,8 @@
|
||||
"build": "turbo run build",
|
||||
"clean": "turbo run clean",
|
||||
"check": "rome check ./packages/",
|
||||
"check:apply": "rome check ./packages/ --apply",
|
||||
"lint": "rome format ./packages/ --write --quote-style single --trailing-comma none",
|
||||
"check:apply": "rome check --apply --max-diagnostics 200 --quote-style single --trailing-comma none ./packages/",
|
||||
"lint": "rome format --write --quote-style single --trailing-comma none ./packages/",
|
||||
"dev": "turbo run dev --parallel"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -1,8 +1,4 @@
|
||||
import {
|
||||
ApplicationCommandType,
|
||||
PermissionFlagsBits,
|
||||
RESTPostAPIChatInputApplicationCommandsJSONBody,
|
||||
} from '@biscuitland/common';
|
||||
import { ApplicationCommandType, PermissionFlagsBits, RESTPostAPIChatInputApplicationCommandsJSONBody } from '@biscuitland/common';
|
||||
import { AllSlashOptions, SlashSubcommandGroupOption, SlashSubcommandOption } from './SlashCommandOption';
|
||||
import { PermissionsStrings } from '../../Utils';
|
||||
import { Mixin } from 'ts-mixer';
|
||||
|
Loading…
x
Reference in New Issue
Block a user