Skip to content

Commit d3f3dab

Browse files
chore(lint): add lint option no-explicit-any
1 parent 53b06c3 commit d3f3dab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eslint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ export default defineConfig([
5151
ignores: ['pre', 'textarea', 'div'],
5252
externalIgnores: []
5353
}
54-
]
54+
],
55+
'@typescript-eslint/no-explicit-any': 'off'
5556
}
5657
}
5758
])

0 commit comments

Comments
 (0)