diff --git a/eslint/main.js b/eslint/main.js index 2476916..888e7a9 100644 --- a/eslint/main.js +++ b/eslint/main.js @@ -35,6 +35,7 @@ module.exports = { }, rules: { ...commonRules, + "@sofie-automation/require-typed-object-values-and-entries": "off" // not possible to enforce this in JS }, }, {