mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore(ci): buggy void return rule
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
"no-unnecessary-class": false,
|
||||
"array-type": [true, "array"],
|
||||
|
||||
"no-any-union": false
|
||||
"no-any-union": false,
|
||||
"void-return": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user