about summary refs log tree commit diff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-01-29 21:07:51 -0500
committerGitHub <noreply@github.com>2023-01-30 03:07:51 +0100
commit131e6403ccd59693e8498d175acba4fdd28268b9 (patch)
tree6125a6403e298404fe07cd6e4d9312cf64cfad36 /.eslintrc.js
parent56d1af753d7929817ec25308e0e01c2ab6ed58dc (diff)
Update hasOwnProperty calls for ESLint (#23307)
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 03af2975b..e728a7f14 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -81,7 +81,6 @@ module.exports = {
     ],
     'no-empty': 'off',
     'no-nested-ternary': 'warn',
-    'no-prototype-builtins': 'off',
     'no-restricted-properties': [
       'error',
       { property: 'substring', message: 'Use .slice instead of .substring.' },