` <template is="dom-repeat" items="[[myItems]]" sort="sortMyItems">` I would expect the linter to warn me that `sortMyItems` isn't defined, but it remains silent. polymer-cli v0.18.1
<template is="dom-repeat" items="[[myItems]]" sort="sortMyItems">I would expect the linter to warn me that
sortMyItemsisn't defined, but it remains silent.polymer-cli v0.18.1