This repository has been archived by the owner on Jul 20, 2024. It is now read-only.
chore(deps): lock file maintenance #5792
Annotations
10 errors and 5 warnings
ESLint:
src/commands/applicationCommands.ts#L2
`./chatInput` type import should occur after import of `discord.js`
|
ESLint:
src/commands/applicationCommands.ts#L3
'/home/runner/work/tickets/tickets/node_modules/discord.js/src/index.js' imported multiple times
|
ESLint:
src/commands/applicationCommands.ts#L4
'/home/runner/work/tickets/tickets/node_modules/discord.js/src/index.js' imported multiple times
|
ESLint:
src/commands/applicationCommands.ts#L17
A space is required before '}'
|
ESLint:
src/commands/applicationCommands.ts#L60
Union type constituent is duplicated with ChatInputCommand
|
ESLint:
src/commands/chatInput/channels/add.ts#L2
`discord.js` type import should occur before import of `discord.js`
|
ESLint:
src/commands/chatInput/channels/add.ts#L4
`..` type import should occur before import of `../../../database/channels`
|
ESLint:
src/commands/chatInput/channels/list.ts#L3
`..` type import should occur before import of `../../../database/channels`
|
ESLint:
src/commands/chatInput/channels/list.ts#L27
A space is required before '}'
|
ESLint:
src/commands/chatInput/index.ts#L14
Requires a space before '}'
|
ESLint:
src/database/index.ts#L8
Prefer default export on a file with single export
|
ESLint:
src/utils/logger/database.ts#L4
Prefer default export on a file with single export
|
ESLint:
src/utils/logger/discord.ts#L4
Prefer default export on a file with single export
|
ESLint:
src/utils/logger/main.ts#L4
Prefer default export on a file with single export
|
ESLint:
src/utils/time.ts#L2
Prefer default export on a file with single export
|