@eslint/js
Advanced tools
Comparing version 8.49.0 to 8.50.0
{ | ||
"name": "@eslint/js", | ||
"version": "8.49.0", | ||
"version": "8.50.0", | ||
"description": "ESLint JavaScript language implementation", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -155,3 +155,2 @@ /* | ||
"no-new-native-nonconstructor": "error", | ||
"no-new-object": "error", | ||
"no-new-symbol": "error", | ||
@@ -161,2 +160,3 @@ "no-new-wrappers": "error", | ||
"no-obj-calls": "error", | ||
"no-object-constructor": "error", | ||
"no-octal": "error", | ||
@@ -163,0 +163,0 @@ "no-octal-escape": "error", |
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
16445
3