Problem statement
Several event handlers in Blockly declare but don't use the Event argument. If eslint doesn't complain, removing the argument would cleanup a couple of characters and avoid the need for the underscore notation for these unused arguments.
Search the code for "(_e)" most of these instances.