Skip to content

Commit

Permalink
fix: disable require-typed-object-values-and-entries in js files
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Dec 10, 2024
1 parent bc87e8c commit b770009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = {
},
rules: {
...commonRules,
"@sofie-automation/require-typed-object-values-and-entries": "off" // not possible to enforce this in JS
},
},
{
Expand Down

0 comments on commit b770009

Please sign in to comment.