In some case, it might be convenient to omit few properties from an object, and never use them. Example: `const { propertyToOmit, ...rest } = object;` https://eslint.org/docs/latest/rules/no-unused-vars#ignorerestsiblings