Christoph Kruppe

Results 4 comments of Christoph Kruppe

We are haveing the same issue with Azure AD B2C. Its an showstopper for us because the customer insists that it should work the same as if you login in...

Have the same problems. Pls fix it :)

The problem is this line: https://github.com/mthadley/eslint-plugin-sort-destructure-keys/blob/master/lib/rules/sort-destructure-keys.js#L57 Because node.key is undefined in this case. If i rewrite this line like this. node?.key?.type then eslint does not die and everything works like...

Sorry for the really late answer but did see the notification only now. Yes we use @typescript-eslint/parser. Unfortunately i don't have much more information, only what i have provided so...