eslint-plugin-unicorn
Advanced tools
Comparing version 51.0.0 to 51.0.1
{ | ||
"name": "eslint-plugin-unicorn", | ||
"version": "51.0.0", | ||
"version": "51.0.1", | ||
"description": "More than 100 powerful ESLint rules", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -36,2 +36,3 @@ 'use strict'; | ||
|| !isBuiltinModule(value) | ||
|| !isBuiltinModule(`node:${value}`) | ||
) { | ||
@@ -38,0 +39,0 @@ return; |
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
658986
20834