diff --git a/eslint.config.js b/eslint.config.js index b6ef861c944..861ff6369cb 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -46,6 +46,7 @@ export default [ "no-undef": "warn", "no-empty": "warn", "no-extra-boolean-cast": "warn", + "no-prototype-builtins": "off", "prettier/prettier": "warn" } },