43081j / eslint-plugin-lit

lit-html support for ESLint
120 stars 22 forks source link

Add a few CSS rules #24

Closed 43081j closed 5 years ago

43081j commented 5 years ago

As part of expanding the ruleset to now work over lit's css static (which we should be able to access pretty easily now), these rules would be handy:

stramel commented 5 years ago

My only question is should we spend time implementing the v0 spec to v1 spec changes? I believe most of the deprecated rules are based on https://github.com/Polymer/tools/issues/1051

It may also be worth implementing these in a better language appropriate linting tool, such as stylelint.

43081j commented 5 years ago

yup you are right, all of these belong in a stylelint plugin rather than here.

let's leave this for now until we figure what to do about that in general.

43081j commented 5 years ago

Closing this as it will soon be tackled in a separate related plugin.