I've got this in my descriptor/metadata: ``` var $root = ($protobuf.roots["default"] || ($protobuf.roots["default"] = new $protobuf.Root())) ``` Which makes my default-configured linter a little sad. Maybe it's worth switching to `const` or failing that `let`?
I've got this in my descriptor/metadata:
Which makes my default-configured linter a little sad. Maybe it's worth switching to
constor failing thatlet?