initial refactor #1776
Annotations
10 errors and 1 warning
build-lint
't' is declared but its value is never read.
|
build-lint
'errors' is declared but its value is never read.
|
build-lint
Property 'toLowerCase' does not exist on type 'string | string[]'.
|
build-lint
Property 'id' does not exist on type '{ name: string; enabled: boolean; responses: { text: string; order: number; twitchCategoriesIds: string[]; }[]; cooldown: number; aliases: string[]; description: string; visible: boolean; isReply: boolean; ... 14 more ...; expiresType?: CommandExpiresType | ... 1 more ... | undefined; }'.
|
build-lint
Property 'id' does not exist on type '{ name: string; enabled: boolean; responses: { text: string; order: number; twitchCategoriesIds: string[]; }[]; cooldown: number; aliases: string[]; description: string; visible: boolean; isReply: boolean; ... 14 more ...; expiresType?: CommandExpiresType | ... 1 more ... | undefined; }'.
|
build-lint
Object literal may only specify known properties, and 'id' does not exist in type 'CommandsUpdateOpts'.
|
build-lint
Type '{ name: string; enabled: boolean; responses: { text: string; order: number; twitchCategoriesIds: string[]; }[]; cooldown: number; aliases: string[]; description: string; visible: boolean; isReply: boolean; ... 14 more ...; expiresType?: CommandExpiresType | ... 1 more ... | undefined; }' is not assignable to type 'CommandsCreateOpts'.
|
build-lint
Object literal may only specify known properties, and 'status' does not exist in type 'Toast'.
|
build-lint
Property 'span' does not exist on type '{ name: string; label: string; description: string; }'.
|
build-lint
This expression is not callable.
|
build-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-go@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|