background:
function myFunc({ param1 }) { ... } ... myFunc({ paramTypo1 })
Is there an eslint rule that detects such param typos inside function object params?