false negative of vue/no-mutating-props
when mutating destructured prop
#2548
Labels
vue/no-mutating-props
when mutating destructured prop
#2548
Checklist
Tell us about your environment
Please show your full configuration:
https://github.com/n0099/open-tbm/blob/fec399a0c9e462c77aaf5e6d5a081529428d8597/fe/eslint.config.js
What did you do?
https://github.com/n0099/open-tbm/blob/fec399a0c9e462c77aaf5e6d5a081529428d8597/fe/src/components/post/queryForm/QueryForm.vue#L241
What did you expect to happen?
Reporting as the default value of option
shallowOnly
for this rule isfalse
.What actually happened?
Not reporting unless referencing from the original
props.queryFormDeps
Repository to reproduce this issue
https://github.com/n0099/open-tbm/blob/fec399a0c9e462c77aaf5e6d5a081529428d8597/fe
The text was updated successfully, but these errors were encountered: