43081j / eslint-plugin-lit

lit-html support for ESLint
116 stars 21 forks source link

add getAttributeValue helper #116

Closed 43081j closed 2 years ago

43081j commented 2 years ago

This is mostly a helper for third-party consumers of our template analyzer (e.g. openwc).

It allows you to get the value of a given attribute, whether it be a string or an expression.

cc @stramel