ter-no-proto (ESLint: no-proto)
disallow the use of __proto__
property
__proto__
property has been deprecated as of ECMAScript 3.1 and shouldn’t be used in the code. Use getPrototypeOf method instead.
"ter-no-proto": true
{}
disallow the use of __proto__
property
__proto__
property has been deprecated as of ECMAScript 3.1 and shouldn’t be used in the code. Use getPrototypeOf method instead.
"ter-no-proto": true
{}