Enable use of 'any' in TypeScript ESLint configuration

This commit is contained in:
2025-04-28 08:35:14 +02:00
parent f35724be35
commit 8a7a8bf179

View File

@@ -18,8 +18,9 @@ const eslintConfig = [
{
argsIgnorePattern: '^_',
varsIgnorePattern: '^_'
}
]
},
],
'@typescript-eslint/no-explicit-any': 'off'
}
})
];