Improved knex error reporting.

This commit is contained in:
DebaucheryLibrarian
2026-03-10 04:41:30 +01:00
parent d7c1c0ae5c
commit c7111329dc
3 changed files with 37 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
"require-await": "off",
"no-param-reassign": ["error", {
"props": true,
"ignorePropertyModificationsFor": ["state", "acc", "req"]
"ignorePropertyModificationsFor": ["state", "acc", "req", "error"]
}]
},
"globals": {