From 4c46fb3d861ca12e86f868af19778ce988238da7 Mon Sep 17 00:00:00 2001 From: ESLint Jenkins Date: Tue, 28 Mar 2023 18:46:38 -0400 Subject: [PATCH] 8.37.0 --- docs/package.json | 2 +- docs/src/_data/rules.json | 4 ++-- docs/src/_data/rules_meta.json | 5 +++-- docs/src/use/formatters/html-formatter-example.html | 2 +- package.json | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/package.json b/docs/package.json index 64125d3954b..ab5bb049536 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs-eslint", "private": true, - "version": "8.36.0", + "version": "8.37.0", "description": "", "main": "index.js", "keywords": [], diff --git a/docs/src/_data/rules.json b/docs/src/_data/rules.json index 27280e44935..2046ccd1450 100644 --- a/docs/src/_data/rules.json +++ b/docs/src/_data/rules.json @@ -588,7 +588,7 @@ }, { "name": "logical-assignment-operators", - "description": "Require or disallow logical assignment logical operator shorthand", + "description": "Require or disallow logical assignment operator shorthand", "recommended": false, "fixable": true, "hasSuggestions": true @@ -1382,7 +1382,7 @@ "description": "Enforce the use of `u` flag on RegExp", "recommended": false, "fixable": false, - "hasSuggestions": false + "hasSuggestions": true }, { "name": "require-yield", diff --git a/docs/src/_data/rules_meta.json b/docs/src/_data/rules_meta.json index 8791b0048f8..4242852b68d 100644 --- a/docs/src/_data/rules_meta.json +++ b/docs/src/_data/rules_meta.json @@ -534,7 +534,7 @@ "logical-assignment-operators": { "type": "suggestion", "docs": { - "description": "Require or disallow logical assignment logical operator shorthand", + "description": "Require or disallow logical assignment operator shorthand", "recommended": false, "url": "https://eslint.org/docs/rules/logical-assignment-operators" }, @@ -2261,7 +2261,8 @@ "description": "Enforce the use of `u` flag on RegExp", "recommended": false, "url": "https://eslint.org/docs/rules/require-unicode-regexp" - } + }, + "hasSuggestions": true }, "require-yield": { "type": "suggestion", diff --git a/docs/src/use/formatters/html-formatter-example.html b/docs/src/use/formatters/html-formatter-example.html index 0e3b6f25cce..2bd483aa90f 100644 --- a/docs/src/use/formatters/html-formatter-example.html +++ b/docs/src/use/formatters/html-formatter-example.html @@ -118,7 +118,7 @@

ESLint Report

- 9 problems (5 errors, 4 warnings) - Generated on Fri Mar 10 2023 17:15:51 GMT-0500 (Eastern Standard Time) + 9 problems (5 errors, 4 warnings) - Generated on Tue Mar 28 2023 18:46:38 GMT-0400 (Eastern Daylight Time)
diff --git a/package.json b/package.json index dab4da10637..e593df9971c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint", - "version": "8.36.0", + "version": "8.37.0", "author": "Nicholas C. Zakas ", "description": "An AST-based pattern checker for JavaScript.", "bin": {