mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-30 03:00:41 -04:00
chore: disallow console errors
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
"varsIgnorePattern": "^_",
|
||||
"caughtErrorsIgnorePattern": "^_"
|
||||
}
|
||||
]
|
||||
],
|
||||
// Prevent console statements in production code
|
||||
"no-console": "error"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user