@eslint/js
Advanced tools
Comparing version 9.1.0 to 9.1.1
{ | ||
"name": "@eslint/js", | ||
"version": "9.1.0", | ||
"version": "9.1.1", | ||
"description": "ESLint JavaScript language implementation", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -9,4 +9,11 @@ /* | ||
/* | ||
* IMPORTANT! | ||
* | ||
* We cannot add a "name" property to this object because it's still used in eslintrc | ||
* which doesn't support the "name" property. If we add a "name" property, it will | ||
* cause an error. | ||
*/ | ||
module.exports = Object.freeze({ | ||
"name": "@eslint/js/all", | ||
"rules": { | ||
@@ -13,0 +20,0 @@ "accessor-pairs": "error", |
@@ -11,4 +11,11 @@ /** | ||
/* | ||
* IMPORTANT! | ||
* | ||
* We cannot add a "name" property to this object because it's still used in eslintrc | ||
* which doesn't support the "name" property. If we add a "name" property, it will | ||
* cause an error. | ||
*/ | ||
module.exports = Object.freeze({ | ||
name: "@eslint/js/recommended", | ||
rules: Object.freeze({ | ||
@@ -15,0 +22,0 @@ "constructor-super": "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
14309
309