From bbf2b214473606329a5dbcbe022079f4048923a8 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Fri, 12 Jan 2024 20:48:28 +0000 Subject: [PATCH] 9.0.0-alpha.1 --- docs/package.json | 2 +- docs/src/_data/rule_versions.json | 9 ++- docs/src/_data/rules.json | 7 +++ docs/src/_data/rules_meta.json | 8 +++ .../formatters/html-formatter-example.html | 15 +---- docs/src/use/formatters/index.md | 55 +++---------------- package.json | 2 +- 7 files changed, 35 insertions(+), 63 deletions(-) diff --git a/docs/package.json b/docs/package.json index 806ca75fd37..07f445222f7 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs-eslint", "private": true, - "version": "9.0.0-alpha.0", + "version": "9.0.0-alpha.1", "description": "", "main": "index.js", "keywords": [], diff --git a/docs/src/_data/rule_versions.json b/docs/src/_data/rule_versions.json index 9e1d320061e..dbded69dfba 100644 --- a/docs/src/_data/rule_versions.json +++ b/docs/src/_data/rule_versions.json @@ -308,7 +308,8 @@ "logical-assignment-operators": "8.24.0", "no-empty-static-block": "8.27.0", "no-new-native-nonconstructor": "8.27.0", - "no-object-constructor": "8.50.0" + "no-object-constructor": "8.50.0", + "no-useless-assignment": "9.0.0-alpha.1" }, "removed": { "generator-star": "1.0.0-rc-1", @@ -328,6 +329,8 @@ "space-in-brackets": "1.0.0-rc-1", "space-return-throw-case": "2.0.0-beta.3", "space-unary-word-ops": "0.10.0", - "spaced-line-comment": "1.0.0-rc-1" + "spaced-line-comment": "1.0.0-rc-1", + "require-jsdoc": "9.0.0-alpha.0", + "valid-jsdoc": "9.0.0-alpha.0" } -} +} \ No newline at end of file diff --git a/docs/src/_data/rules.json b/docs/src/_data/rules.json index 77b02216009..164a580abe9 100644 --- a/docs/src/_data/rules.json +++ b/docs/src/_data/rules.json @@ -372,6 +372,13 @@ "fixable": false, "hasSuggestions": false }, + { + "name": "no-useless-assignment", + "description": "Disallow variable assignments when the value is not used", + "recommended": false, + "fixable": false, + "hasSuggestions": false + }, { "name": "no-useless-backreference", "description": "Disallow useless backreferences in regular expressions", diff --git a/docs/src/_data/rules_meta.json b/docs/src/_data/rules_meta.json index b03fe9245a0..3db2555246c 100644 --- a/docs/src/_data/rules_meta.json +++ b/docs/src/_data/rules_meta.json @@ -1962,6 +1962,14 @@ "url": "https://eslint.org/docs/latest/rules/no-use-before-define" } }, + "no-useless-assignment": { + "type": "problem", + "docs": { + "description": "Disallow variable assignments when the value is not used", + "recommended": false, + "url": "https://eslint.org/docs/latest/rules/no-useless-assignment" + } + }, "no-useless-backreference": { "type": "problem", "docs": { diff --git a/docs/src/use/formatters/html-formatter-example.html b/docs/src/use/formatters/html-formatter-example.html index f53301af1ac..081316376ad 100644 --- a/docs/src/use/formatters/html-formatter-example.html +++ b/docs/src/use/formatters/html-formatter-example.html @@ -118,15 +118,15 @@

ESLint Report

- 9 problems (5 errors, 4 warnings) - Generated on Sat Dec 30 2023 01:21:43 GMT+0100 (Central European Standard Time) + 8 problems (4 errors, 4 warnings) - Generated on Fri Jan 12 2024 20:48:30 GMT+0000 (Coordinated Universal Time)
@@ -201,15 +201,6 @@

ESLint Report

- - - - - - -
- [+] C:\projects\eslint\fullOfProblems.js - 9 problems (5 errors, 4 warnings) + [+] /var/lib/jenkins/workspace/eslint Release/eslint/fullOfProblems.js + 8 problems (4 errors, 4 warnings)