43081j / eslint-plugin-lit

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

Publish a recommended config which uses `wc` plugin #85

Open 43081j opened 3 years ago

43081j commented 3 years ago

Consumers should pretty much always use both eslint-plugin-lit and eslint-plugin-wc.

To help make this more obvious and easier, we should publish a recommended config which depends on wc.

We may want to avoid requiring it as a dependency, though. Maybe some kind of optional peer dependency? if thats possible