mirror of
https://github.com/danbulant/discord.js
synced 2026-07-08 12:40:50 +00:00
chore(ci): buggy void return rule
This commit is contained in:
parent
495cfa96c2
commit
645e09e859
1 changed files with 2 additions and 1 deletions
|
|
@ -23,6 +23,7 @@
|
||||||
"no-unnecessary-class": false,
|
"no-unnecessary-class": false,
|
||||||
"array-type": [true, "array"],
|
"array-type": [true, "array"],
|
||||||
|
|
||||||
"no-any-union": false
|
"no-any-union": false,
|
||||||
|
"void-return": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue