mirror of
https://github.com/laurent22/joplin.git
synced 2026-05-13 01:48:38 -05:00
Tools: Implement @typescript-eslint/no-explicit-any rule
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user