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