mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +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:
@@ -235,8 +235,8 @@ const renamings = {
|
||||
getBlockTypeCounts:
|
||||
{module: 'Blockly.common', export: 'getBlockTypeCounts'},
|
||||
runAfterPageLoad:
|
||||
{module: 'Blockly.Extensions', export: 'runAfterPageLoad'}
|
||||
}
|
||||
{module: 'Blockly.Extensions', export: 'runAfterPageLoad'},
|
||||
},
|
||||
},
|
||||
'Blockly': {
|
||||
exports: {
|
||||
@@ -246,7 +246,7 @@ const renamings = {
|
||||
isNumber: {module: 'Blockly.utils.string'},
|
||||
},
|
||||
},
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
exports.renamings = renamings;
|
||||
|
||||
Reference in New Issue
Block a user