DockYard / eslint-plugin-ember-suave

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

Relax the array destructuring rule #50

Closed brzpegasus closed 6 years ago

brzpegasus commented 7 years ago

let [, , , , fifth] = anArray; is not exactly readable.

Serabe commented 6 years ago

We can disable array destructuring while keeping object destructuring.