What is 'solhint-disable var-name-mixedcase' in EIP712.sol?

What does /* solhint-disable var-name-mixedcase / and / solhint-enable var-name-mixedcase */ mean in this contract?

They are overrides for the Solhint linter.