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:
Rachel Fenichel
2021-11-18 09:30:34 -08:00
committed by GitHub
parent 27699ed08b
commit bbf768a920
5 changed files with 5791 additions and 11537 deletions

View File

@@ -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;