Skip to content

Commit

Permalink
8.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ESLint Jenkins committed Aug 25, 2023
1 parent 5013ad7 commit 10c4f85
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
@@ -1,7 +1,7 @@
{
"name": "docs-eslint",
"private": true,
"version": "8.47.0",
"version": "8.48.0",
"description": "",
"main": "index.js",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_data/rules.json
Expand Up @@ -255,7 +255,7 @@
"description": "Disallow returning values from Promise executor functions",
"recommended": false,
"fixable": false,
"hasSuggestions": false
"hasSuggestions": true
},
{
"name": "no-prototype-builtins",
Expand Down
3 changes: 2 additions & 1 deletion docs/src/_data/rules_meta.json
Expand Up @@ -1477,7 +1477,8 @@
"description": "Disallow returning values from Promise executor functions",
"recommended": false,
"url": "https://eslint.org/docs/latest/rules/no-promise-executor-return"
}
},
"hasSuggestions": true
},
"no-proto": {
"type": "suggestion",
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 Aug 11 2023 11:18:15 GMT-0400 (Eastern Daylight Time)
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Aug 25 2023 16:01:24 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.47.0",
"version": "8.48.0",
"author": "Nicholas C. Zakas <[email protected]>",
"description": "An AST-based pattern checker for JavaScript.",
"bin": {
Expand Down

0 comments on commit 10c4f85

Please sign in to comment.