Skip to content

Commit

Permalink
8.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ESLint Jenkins committed Apr 7, 2023
1 parent 7897c3b commit 198e5fc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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": [],
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_data/rules.json
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_data/rules_meta.json
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/src/use/formatters/html-formatter-example.html
Expand Up @@ -118,7 +118,7 @@
<div id="overview" class="bg-2">
<h1>ESLint Report</h1>
<div>
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Tue Mar 28 2023 18:46:38 GMT-0400 (Eastern Daylight Time)
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Apr 07 2023 19:06:53 GMT-0400 (Eastern Daylight Time)
</div>
</div>
<table>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "8.37.0",
"version": "8.38.0",
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
"description": "An AST-based pattern checker for JavaScript.",
"bin": {
Expand Down

0 comments on commit 198e5fc

Please sign in to comment.