DockYard / eslint-plugin-ember-suave

DockYard's ESLint plugin for Ember apps
MIT License
53 stars 10 forks source link

Reconfigure prefer-destructuring rule #63

Closed Serabe closed 6 years ago

Serabe commented 6 years ago

This reconfigures the rule to not require destructuring for arrays. Also, removes custom implementation to just use the one provided by eslint.

Fixes #50