eslint-plugin-inker
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -31,3 +31,3 @@ "use strict"; | ||
const suggestedName = `${id.name}Ref`; | ||
const suggest = isVariableNameTaken(id.name) | ||
const suggest = isVariableNameTaken(suggestedName) | ||
? undefined | ||
@@ -34,0 +34,0 @@ : [ |
{ | ||
"name": "eslint-plugin-inker", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -52,3 +52,3 @@ // eslint-disable-next-line import/no-extraneous-dependencies | ||
const suggest: Suggest = isVariableNameTaken(id.name) | ||
const suggest: Suggest = isVariableNameTaken(suggestedName) | ||
? undefined | ||
@@ -55,0 +55,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
46295