mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-21 05:53:30 +01:00
refactor: remove parameter reassignment (#10715)
* refactor: remove parameter reassignment * refactor: requested changes Co-authored-by: Almeida <github@almeidx.dev> * chore: requested changes Co-authored-by: Qjuh <Qjuh@users.noreply.github.com> * chore: requested changes * refactor: destructure in parameters Co-authored-by: Almeida <github@almeidx.dev> * refactor: apply suggested changes --------- Co-authored-by: Almeida <github@almeidx.dev> Co-authored-by: Qjuh <Qjuh@users.noreply.github.com>
This commit is contained in:
@@ -168,6 +168,7 @@
|
||||
"rest-spread-spacing": "error",
|
||||
"template-curly-spacing": "error",
|
||||
"yield-star-spacing": "error",
|
||||
"no-param-reassign": "error",
|
||||
|
||||
"no-restricted-globals": [
|
||||
"error",
|
||||
|
||||
Reference in New Issue
Block a user