contactlab / eslint-config-contactlab

Contactlab ESLint extensible and sharable configuration.
https://contactlab.github.io/eslint-config-contactlab
Apache License 2.0
2 stars 0 forks source link

Evaluate enabling `ignoreRestSiblings` for `no-unused-vars` rule #809

Open StefanoMagrassi opened 1 year ago

StefanoMagrassi commented 1 year ago

The no-unused-vars rule (and its Typescript counter part) has an ignoreRestSiblings flag which avoids to mark sibling properties or "rest" properties as "unused".

We should consider to enable it by default