refactor driver module (wip)

This commit is contained in:
2025-12-22 01:43:34 +01:00
parent b445d6dd37
commit e7dbec4a85
31 changed files with 379 additions and 395 deletions

View File

@@ -166,9 +166,9 @@
"error",
{
"args": "all",
"argsIgnorePattern": "^$",
"argsIgnorePattern": "^_",
"vars": "all",
"varsIgnorePattern": "^$",
"varsIgnorePattern": "^_",
"caughtErrors": "all"
}
],