@@ -6,5 +6,6 @@ module.exports = {
},
rules: {
'@typescript-eslint/no-unused-expressions': 'off',
+ '@typescript-eslint/no-unused-vars': 'off',
};