jscs-dev / node-jscs

:arrow_heading_up: JavaScript Code Style checker (unmaintained)
https://jscs-dev.github.io
MIT License
4.96k stars 510 forks source link

requireCamelCaseorUpperCaseIdentifiers: Allow object restructuring with ignoreProperties set #2010

Closed maherbeg closed 8 years ago

maherbeg commented 8 years ago

Allows the object destructuring syntax to be used with objects that have snake_cased properties and the ignoreProperties option set to true.

Fixes #2003