mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-21 02:40:08 +00:00
chore(deps): update dependency eslint-config-neon to ^0.4.0 (#1487)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vlad Frangu <me@vladfrangu.dev>
This commit is contained in:
1
deno/rest/v10/channel.ts
generated
1
deno/rest/v10/channel.ts
generated
@@ -836,6 +836,7 @@ export interface RESTGetAPIChannelThreadsArchivedQuery {
|
||||
/**
|
||||
* Get threads before this id or ISO8601 timestamp
|
||||
*/
|
||||
// eslint-disable-next-line @typescript-eslint/no-duplicate-type-constituents
|
||||
before?: Snowflake | string;
|
||||
/**
|
||||
* Max number of thread to return
|
||||
|
||||
1
deno/rest/v9/channel.ts
generated
1
deno/rest/v9/channel.ts
generated
@@ -849,6 +849,7 @@ export interface RESTGetAPIChannelThreadsArchivedQuery {
|
||||
/**
|
||||
* Get threads before this id or ISO8601 timestamp
|
||||
*/
|
||||
// eslint-disable-next-line @typescript-eslint/no-duplicate-type-constituents
|
||||
before?: Snowflake | string;
|
||||
/**
|
||||
* Max number of thread to return
|
||||
|
||||
1
deno/rpc/v10.ts
generated
1
deno/rpc/v10.ts
generated
@@ -2666,5 +2666,6 @@ export type RPCMessagePayload =
|
||||
| RPCCommandSetVoiceSettingsPayload
|
||||
| RPCCommandStartPurchasePayload
|
||||
| RPCCommandSubscribePayload
|
||||
// eslint-disable-next-line @typescript-eslint/no-duplicate-type-constituents
|
||||
| RPCCommandUnsubscribePayload
|
||||
| RPCCommandValidateApplicationPayload;
|
||||
|
||||
@@ -145,7 +145,7 @@
|
||||
"conventional-changelog-angular": "^8.0.0",
|
||||
"conventional-recommended-bump": "^11.1.0",
|
||||
"eslint": "^10.0.0",
|
||||
"eslint-config-neon": "^0.2.7",
|
||||
"eslint-config-neon": "^0.4.0",
|
||||
"eslint-formatter-pretty": "^7.0.0",
|
||||
"eslint-import-resolver-typescript": "^4.4.2",
|
||||
"gen-esm-wrapper": "^1.1.3",
|
||||
|
||||
@@ -836,6 +836,7 @@ export interface RESTGetAPIChannelThreadsArchivedQuery {
|
||||
/**
|
||||
* Get threads before this id or ISO8601 timestamp
|
||||
*/
|
||||
// eslint-disable-next-line @typescript-eslint/no-duplicate-type-constituents
|
||||
before?: Snowflake | string;
|
||||
/**
|
||||
* Max number of thread to return
|
||||
|
||||
@@ -849,6 +849,7 @@ export interface RESTGetAPIChannelThreadsArchivedQuery {
|
||||
/**
|
||||
* Get threads before this id or ISO8601 timestamp
|
||||
*/
|
||||
// eslint-disable-next-line @typescript-eslint/no-duplicate-type-constituents
|
||||
before?: Snowflake | string;
|
||||
/**
|
||||
* Max number of thread to return
|
||||
|
||||
@@ -2666,5 +2666,6 @@ export type RPCMessagePayload =
|
||||
| RPCCommandSetVoiceSettingsPayload
|
||||
| RPCCommandStartPurchasePayload
|
||||
| RPCCommandSubscribePayload
|
||||
// eslint-disable-next-line @typescript-eslint/no-duplicate-type-constituents
|
||||
| RPCCommandUnsubscribePayload
|
||||
| RPCCommandValidateApplicationPayload;
|
||||
|
||||
Reference in New Issue
Block a user