mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
types(ApplicationCommandManager): Deprecate old *Data type usages and allow camel cased dapi types to be used (#6959)
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
"array-type": [true, "array"],
|
||||
"one-line": false,
|
||||
"no-any-union": false,
|
||||
"void-return": false
|
||||
"void-return": false,
|
||||
"unified-signatures": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user