mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-03-20 11:03:08 +00:00
feat: Improve callback safety and remove unnecessary formatting in auto-mode facade
This commit is contained in:
@@ -96,6 +96,7 @@ const eslintConfig = defineConfig([
|
||||
setInterval: 'readonly',
|
||||
clearTimeout: 'readonly',
|
||||
clearInterval: 'readonly',
|
||||
queueMicrotask: 'readonly',
|
||||
// Node.js (for scripts and Electron)
|
||||
process: 'readonly',
|
||||
require: 'readonly',
|
||||
|
||||
Reference in New Issue
Block a user