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

@@ -195,7 +195,7 @@ exports.getBlockTypeCounts = getBlockTypeCounts;
* of jsonDef.
*/
const jsonInitFactory = function(jsonDef) {
return function() {
return /** @this {Block} */ function() {
this.jsonInit(jsonDef);
};
};