eslint-plugin-no-use-extend-native
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "eslint-plugin-no-use-extend-native", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "ESLint plugin to prevent use of extended native objects", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -58,3 +58,3 @@ 'use strict'; | ||
methodName = node.property.name; | ||
methodName = node.property.name || node.property.value; | ||
@@ -61,0 +61,0 @@ if (protoProps[proto] && protoProps[proto].indexOf(methodName) < 0) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6490