From b77000965711c8419ac4cb9f4dc9a8e2bfff4836 Mon Sep 17 00:00:00 2001 From: Johan Nyman Date: Tue, 10 Dec 2024 10:29:32 +0100 Subject: [PATCH] fix: disable require-typed-object-values-and-entries in js files --- eslint/main.js | 1 + 1 file changed, 1 insertion(+) 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 }, }, {