@eslint/js
Advanced tools
+1
-1
| { | ||
| "name": "@eslint/js", | ||
| "version": "10.0.0-alpha.0", | ||
| "version": "10.0.0-alpha.1", | ||
| "description": "ESLint JavaScript language implementation", | ||
@@ -5,0 +5,0 @@ "funding": "https://eslint.org/donate", |
@@ -7,11 +7,4 @@ /* | ||
| /* | ||
| * 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: Object.freeze({ | ||
@@ -18,0 +11,0 @@ "accessor-pairs": "error", |
@@ -7,11 +7,4 @@ /* | ||
| /* | ||
| * 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({ | ||
@@ -18,0 +11,0 @@ "constructor-super": "error", |
15564
-2.27%314
-3.68%