vue/no-mutating-props
does not report delete
operations
#1904
Labels
vue/no-mutating-props
does not report delete
operations
#1904
Checklist
Tell us about your environment
What did you do?
See the demo here.
What did you expect to happen?
vue/no-mutating-props
should report thedelete
operation on properties of prop objects, but currently it doesn't.I noticed that the implementation of
findMutating
does not check forUnaryExpression
. Since deleting properties is also reactive in 3.x, this kind of code will probably come up more often.The text was updated successfully, but these errors were encountered: