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
Although less likely to cause problems than an instance that calls create(), we could probably do some more syntax checks like we do for ion-action-sheet-method-create-parameters-renamed and ion-alert-method-create-parameters-renamed.
It appears as though we're just checking for any function call by the name of getSlidingPercent():
I'm running into the same problem on #40. It doesn't seem possible to get the type of an IdentityNode unless the developer would have explicitly defined the type. In #40, I chose not to add a fixer for the present part so the user could decide on a case-by-case basis.
Although less likely to cause problems than an instance that calls
create()
, we could probably do some more syntax checks like we do forion-action-sheet-method-create-parameters-renamed
andion-alert-method-create-parameters-renamed
.It appears as though we're just checking for any function call by the name of
getSlidingPercent()
:v4-migration-tslint/src/ionItemOptionMethodGetSlidingPercentRenamedRule.ts
Lines 9 to 12 in 2617d26
The text was updated successfully, but these errors were encountered: