Skip to content

Commit

Permalink
8.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ESLint Jenkins committed Dec 16, 2022
1 parent 12a2972 commit 6151d9e
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
@@ -1,7 +1,7 @@
{
"name": "docs-eslint",
"private": true,
"version": "8.29.0",
"version": "8.30.0",
"description": "",
"main": "index.js",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_data/rules.json
Expand Up @@ -1067,7 +1067,7 @@
"description": "Disallow unnecessary `return await`",
"recommended": false,
"fixable": false,
"hasSuggestions": false
"hasSuggestions": true
},
{
"name": "no-script-url",
Expand Down
1 change: 1 addition & 0 deletions docs/src/_data/rules_meta.json
Expand Up @@ -1571,6 +1571,7 @@
}
},
"no-return-await": {
"hasSuggestions": true,
"type": "suggestion",
"docs": {
"description": "Disallow unnecessary `return await`",
Expand Down
4 changes: 2 additions & 2 deletions docs/src/user-guide/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 Dec 02 2022 16:38:02 GMT-0500 (Eastern Standard Time)
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Dec 16 2022 18:16:38 GMT-0500 (Eastern Standard Time)
</div>
</div>
<table>
Expand Down Expand Up @@ -225,4 +225,4 @@ <h1>ESLint Report</h1>
}
</script>
</body>
</html>
</html>
64 changes: 59 additions & 5 deletions docs/src/user-guide/formatters/index.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "8.29.0",
"version": "8.30.0",
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
"description": "An AST-based pattern checker for JavaScript.",
"bin": {
Expand Down

0 comments on commit 6151d9e

Please sign in to comment.