8000 8.48.0 · eslint/eslint@10c4f85 · GitHub
[go: up one dir, main page]

Skip to content

Commit 10c4f85

Browse files
author
ESLint Jenkins
committed
8.48.0
1 parent 5013ad7 commit 10c4f85

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

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.47.0",
4+
"version": "8.48.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
@@ -255,7 +255,7 @@
255255
"description": "Disallow returning values from Promise executor functions",
256256
"recommended": false,
257257
"fixable": false,
258-
"hasSuggestions": false
258+
"hasSuggestions": true
259259
},
260260
{
261261
"name": "no-prototype-builtins",

docs/src/_data/rules_meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,8 @@
14771477
"description": "Disallow returning values from Promise executor functions",
14781478
"recommended": false,
14791479
"url": "https://eslint.org/docs/latest/rules/no-promise-executor-return"
1480-
}
1480+
},
1481+
"hasSuggestions": true
14811482
},
14821483
"no-proto": {
14831484
"type": "suggestion",

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 Aug 11 2023 11:18:15 GMT-0400 (Eastern Daylight Time)
121+
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Aug 25 2023 16:01:24 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.47.0",
3+
"version": "8.48.0",
44
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
55
"description": "An AST-based pattern checker for JavaScript.",
66
"bin": {

0 commit comments

Comments
 (0)
0