mirror of
https://github.com/google/blockly.git
synced 2026-01-09 18:10:08 +01:00
Add eslint disable
This commit is contained in:
@@ -15,7 +15,9 @@
|
||||
goog.module('Blockly.blockRendering.IPathObject');
|
||||
goog.module.declareLegacyNamespace();
|
||||
|
||||
/* eslint-disable-next-line no-unused-vars */
|
||||
const Block = goog.requireType('Blockly.Block');
|
||||
/* eslint-disable-next-line no-unused-vars */
|
||||
const ConstantProvider = goog.requireType('Blockly.blockRendering.ConstantProvider');
|
||||
const Theme = goog.requireType('Blockly.Theme');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user