Skip to content

Commit

Permalink
Ignore explicit any and object injection
Browse files Browse the repository at this point in the history
  • Loading branch information
chdanielmueller committed Jan 19, 2024
1 parent 2aea44d commit 495edaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@
"newlines-between": "always"
}
],
"unicorn/no-null": "off"
"unicorn/no-null": "off",
"security/detect-object-injection": "off",
"@typescript-eslint/no-explicit-any": "off"
}
}

0 comments on commit 495edaf

Please sign in to comment.