lukeapage / eslint-plugin-destructuring

Eslint rules related to ES2015 destructuring
17 stars 5 forks source link

Allow desctructuring rename for invalid identifiers #43

Closed MikkelTN closed 5 years ago

MikkelTN commented 5 years ago

This rule would also reject destructuring rename for invalid identifiers, thus rendering destructuring of eg. 'data-prop' impossible. I suggest it allows renaming in case the property is an invalid identifier.