molindo / eslint-config-molindo

ESLint config that implements the Molindo styleguide and helps to catch errors
MIT License
1 stars 2 forks source link

Ignore rest siblings in no-unused-vars #24

Closed amannn closed 5 years ago

amannn commented 5 years ago

https://eslint.org/docs/rules/no-unused-vars#ignorerestsiblings

amannn commented 5 years ago

After thinking about this again, I think this is a pretty uncommon case and it could lead to false negatives. Therefore let's stick to the current (default & recommended) config.