Skip to content

Commit

Permalink
8.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ESLint Jenkins committed Jul 28, 2023
1 parent b51015f commit c87db63
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
@@ -1,7 +1,7 @@
{
"name": "docs-eslint",
"private": true,
"version": "8.45.0",
"version": "8.46.0",
"description": "",
"main": "index.js",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_data/rules.json
Expand Up @@ -1372,7 +1372,7 @@
},
{
"name": "require-unicode-regexp",
"description": "Enforce the use of `u` flag on RegExp",
"description": "Enforce the use of `u` or `v` flag on RegExp",
"recommended": false,
"fixable": false,
"hasSuggestions": true
Expand Down
6 changes: 3 additions & 3 deletions docs/src/_data/rules_meta.json
Expand Up @@ -1578,9 +1578,9 @@
"recommended": false,
"url": "https://eslint.org/docs/latest/rules/no-return-await"
},
"fixable": null,
"deprecated": true,
"replacedBy": [],
"fixable": null
"replacedBy": []
},
"no-script-url": {
"type": "suggestion",
Expand Down Expand Up @@ -2260,7 +2260,7 @@
"require-unicode-regexp": {
"type": "suggestion",
"docs": {
"description": "Enforce the use of `u` flag on RegExp",
"description": "Enforce the use of `u` or `v` flag on RegExp",
"recommended": false,
"url": "https://eslint.org/docs/latest/rules/require-unicode-regexp"
},
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 Fri Jul 14 2023 11:53:18 GMT-0400 (Eastern Daylight Time)
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Jul 28 2023 12:04:41 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.45.0",
"version": "8.46.0",
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
"description": "An AST-based pattern checker for JavaScript.",
"bin": {
Expand Down

0 comments on commit c87db63

Please sign in to comment.