no-immutable-reactive-statements
false positive on mutable const
s that are only mutated by a binding
#584
Closed
2 tasks done
Labels
bug
Something isn't working
Before You File a Bug Report Please Confirm You Have Done The Following...
What version of ESLint are you using?
8.24.0
What version of
eslint-plugin-svelte
are you using?2.33.1
What did you do?
What did you expect to happen?
no error, because the value is being mutated
What actually happened?
no-immutable-reactive-statements
error on the reactive statementLink to GitHub Repo with Minimal Reproducible Example
https://sveltejs.github.io/eslint-plugin-svelte/playground/#eJw9zE0OgyAQBeCrTGgTNhqaLon2IuoCcZqS4GBgdGO4e9H+7F7mffN2YcOEQosm2egWfvQEYAMlhs34FRO00EkjK5CjHHo66quGp4tFtF/T3QZQCjDGEHtq1H+qp/2U+YwXNPb1mzXpk0oFjaNlZRgdTfo8ltddHTqLSsTVYxJ6F2lDz6go1G6eVzajxzoWxW7DOrFhnJG40HvObzyKTGI=
Additional comments
related: #580
The text was updated successfully, but these errors were encountered: