diff --git a/.oxlintrc.jsonc b/.oxlintrc.jsonc index 9fb4bfe..457afa5 100644 --- a/.oxlintrc.jsonc +++ b/.oxlintrc.jsonc @@ -42,6 +42,8 @@ "no-empty": "error", // Disallow empty functions "no-empty-function": "error", + // Disallow reassigning function parameters + "no-param-reassign": "error", // =================== // Override category defaults with custom options // ===================