mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
chore: enable eslint-config-google (#5717)
* chore(deps): update package-lock.json * chore(deps): install eslint-config-google as a dev dependency * chore: enable eslint-config-google * chore: fix missing commas
This commit is contained in:
@@ -195,7 +195,7 @@ exports.getBlockTypeCounts = getBlockTypeCounts;
|
||||
* of jsonDef.
|
||||
*/
|
||||
const jsonInitFactory = function(jsonDef) {
|
||||
return function() {
|
||||
return /** @this {Block} */ function() {
|
||||
this.jsonInit(jsonDef);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user