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:
Danial Raza
2025-02-26 16:31:29 +01:00
committed by GitHub
parent bb6767113f
commit b6fda781c8
21 changed files with 196 additions and 185 deletions

View File

@@ -168,6 +168,7 @@
"rest-spread-spacing": "error",
"template-curly-spacing": "error",
"yield-star-spacing": "error",
"no-param-reassign": "error",
"no-restricted-globals": [
"error",