0
0
Fork 0

Update hasOwnProperty calls for ESLint (#23307)

This commit is contained in:
Nick Schonning 2023-01-29 21:07:51 -05:00 committed by GitHub
parent 56d1af753d
commit 131e6403cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View file

@ -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.' },