Skip to content

Commit c87db63

Browse files
author
ESLint Jenkins
committed
8.46.0
1 parent b51015f commit c87db63

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs-eslint",
33
"private": true,
4-
"version": "8.45.0",
4+
"version": "8.46.0",
55
"description": "",
66
"main": "index.js",
77
"keywords": [],

docs/src/_data/rules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@
13721372
},
13731373
{
13741374
"name": "require-unicode-regexp",
1375-
"description": "Enforce the use of `u` flag on RegExp",
1375+
"description": "Enforce the use of `u` or `v` flag on RegExp",
13761376
"recommended": false,
13771377
"fixable": false,
13781378
"hasSuggestions": true

docs/src/_data/rules_meta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,9 +1578,9 @@
15781578
"recommended": false,
15791579
"url": "https://eslint.org/docs/latest/rules/no-return-await"
15801580
},
1581+
"fixable": null,
15811582
"deprecated": true,
1582-
"replacedBy": [],
1583-
"fixable": null
1583+
"replacedBy": []
15841584
},
15851585
"no-script-url": {
15861586
"type": "suggestion",
@@ -2260,7 +2260,7 @@
22602260
"require-unicode-regexp": {
22612261
"type": "suggestion",
22622262
"docs": {
2263-
"description": "Enforce the use of `u` flag on RegExp",
2263+
"description": "Enforce the use of `u` or `v` flag on RegExp",
22642264
"recommended": false,
22652265
"url": "https://eslint.org/docs/latest/rules/require-unicode-regexp"
22662266
},

docs/src/use/formatters/html-formatter-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<div id="overview" class="bg-2">
119119
<h1>ESLint Report</h1>
120120
<div>
121-
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Jul 14 2023 11:53:18 GMT-0400 (Eastern Daylight Time)
121+
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Jul 28 2023 12:04:41 GMT-0400 (Eastern Daylight Time)
122122
</div>
123123
</div>
124124
<table>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint",
3-
"version": "8.45.0",
3+
"version": "8.46.0",
44
"author": "Nicholas C. Zakas <[email protected]>",
55
"description": "An AST-based pattern checker for JavaScript.",
66
"bin": {

0 commit comments

Comments
 (0)