From 198e5fca2327583bde284acd39e8107accbdcfad Mon Sep 17 00:00:00 2001 From: ESLint Jenkins Date: Fri, 7 Apr 2023 19:06:52 -0400 Subject: [PATCH] 8.38.0 --- docs/package.json | 2 +- docs/src/_data/rules.json | 2 +- docs/src/_data/rules_meta.json | 2 +- docs/src/use/formatters/html-formatter-example.html | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index ab5bb049536..92ef728d772 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "docs-eslint", "private": true, - "version": "8.37.0", + "version": "8.38.0", "description": "", "main": "index.js", "keywords": [], diff --git a/docs/src/_data/rules.json b/docs/src/_data/rules.json index 2046ccd1450..45caaa9f031 100644 --- a/docs/src/_data/rules.json +++ b/docs/src/_data/rules.json @@ -721,7 +721,7 @@ }, { "name": "no-div-regex", - "description": "Disallow division operators explicitly at the beginning of regular expressions", + "description": "Disallow equal signs explicitly at the beginning of regular expressions", "recommended": false, "fixable": true, "hasSuggestions": false diff --git a/docs/src/_data/rules_meta.json b/docs/src/_data/rules_meta.json index 4242852b68d..27cda23135b 100644 --- a/docs/src/_data/rules_meta.json +++ b/docs/src/_data/rules_meta.json @@ -873,7 +873,7 @@ "no-div-regex": { "type": "suggestion", "docs": { - "description": "Disallow division operators explicitly at the beginning of regular expressions", + "description": "Disallow equal signs explicitly at the beginning of regular expressions", "recommended": false, "url": "https://eslint.org/docs/rules/no-div-regex" }, diff --git a/docs/src/use/formatters/html-formatter-example.html b/docs/src/use/formatters/html-formatter-example.html index 2bd483aa90f..c8f42bb1ce1 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 Tue Mar 28 2023 18:46:38 GMT-0400 (Eastern Daylight Time) + 9 problems (5 errors, 4 warnings) - Generated on Fri Apr 07 2023 19:06:53 GMT-0400 (Eastern Daylight Time)
diff --git a/package.json b/package.json index 0a28ed05400..f50a4afeae5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint", - "version": "8.37.0", + "version": "8.38.0", "author": "Nicholas C. Zakas ", "description": "An AST-based pattern checker for JavaScript.", "bin": {