mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
eslint: Expand no-unused-vars check to all function parameters.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
95f8ab1626
commit
407c16fc77
@@ -54,7 +54,7 @@ assert.notEqual(files.length, 0, "No tests found");
|
||||
|
||||
// Set up our namespace helpers.
|
||||
const window = new Proxy(global, {
|
||||
set(obj, prop, value) {
|
||||
set(_obj, prop, value) {
|
||||
namespace.set_global(prop, value);
|
||||
return true;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user