Closed
Description
Now that v2.0.0
has template linting is on by default, I'm getting a bunch of false negatives I'd like to either ignore or customise specifically for templates.
The main 2 I'm seeing (based on my rule set) is:
no-unused-expressions
- We kind of actually want the opposite, templates should be an expression.@typescript-eslint/indent
(same asindent
) - Triggers inside an{#each}
loop.
Configs: