"use strict"; module.exports = { "extends": [ "../toolkit/.eslintrc.js" ], "rules": { "no-shadow": "error", "no-undef": "error" } };