You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.
The code might use differently named methods to make sure the object is not marked for destroying. isDestroying flag is one of them.
There might be some utility methods like isDeleted which internally checks the isDestroying flag. Make the eslint rule configurable to the usage of these kind of utility methods
The text was updated successfully, but these errors were encountered:
The code might use differently named methods to make sure the object is not marked for destroying.
isDestroying
flag is one of them.There might be some utility methods like
isDeleted
which internally checks theisDestroying
flag. Make the eslint rule configurable to the usage of these kind of utility methodsThe text was updated successfully, but these errors were encountered: