Tools: Implement @typescript-eslint/no-explicit-any rule

This commit is contained in:
Laurent Cozic
2024-04-05 12:16:49 +01:00
parent 42900bcc66
commit 2e2a2b3193
654 changed files with 2971 additions and 170 deletions
+1
View File
@@ -1,3 +1,4 @@
// eslint-disable-next-line @typescript-eslint/no-explicit-any -- Old code before rule was applied
export default (command: string, options: any = null) => {
options = options || {};
if (!('handleEscape' in options)) {