runem / lit-analyzer

Monorepository for tools that analyze lit-html templates
MIT License
314 stars 35 forks source link

Disable or enable rule(s) per file #359

Open Kim-Andersen opened 1 month ago

Kim-Andersen commented 1 month ago

Is it possible to enable and/or disable rules per file, like eslint does it with comments?

https://eslint.org/docs/latest/use/configure/rules#using-configuration-comments-1

Larsjep commented 1 month ago

Yes, this could be very useful 👍