Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .oxlintrc.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -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
// ===================
Expand Down
Loading