Skip to content

Commit 6151d9e

Browse files
author
ESLint Jenkins
committed
8.30.0
1 parent 12a2972 commit 6151d9e

File tree

6 files changed

+65
-10
lines changed

6 files changed

+65
-10
lines changed

Diff for: docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs-eslint",
33
"private": true,
4-
"version": "8.29.0",
4+
"version": "8.30.0",
55
"description": "",
66
"main": "index.js",
77
"keywords": [],

Diff for: docs/src/_data/rules.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@
10671067
"description": "Disallow unnecessary `return await`",
10681068
"recommended": false,
10691069
"fixable": false,
1070-
"hasSuggestions": false
1070+
"hasSuggestions": true
10711071
},
10721072
{
10731073
"name": "no-script-url",

Diff for: docs/src/_data/rules_meta.json

+1
Original file line numberDiff line numberDiff line change
@@ -1571,6 +1571,7 @@
15711571
}
15721572
},
15731573
"no-return-await": {
1574+
"hasSuggestions": true,
15741575
"type": "suggestion",
15751576
"docs": {
15761577
"description": "Disallow unnecessary `return await`",

Diff for: docs/src/user-guide/formatters/html-formatter-example.html

+2-2
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 Dec 02 2022 16:38:02 GMT-0500 (Eastern Standard Time)
121+
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Dec 16 2022 18:16:38 GMT-0500 (Eastern Standard Time)
122122
</div>
123123
</div>
124124
<table>
@@ -225,4 +225,4 @@ <h1>ESLint Report</h1>
225225
}
226226
</script>
227227
</body>
228-
</html>
228+
</html>

Diff for: docs/src/user-guide/formatters/index.md

+59-5
Large diffs are not rendered by default.

Diff for: package.json

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

0 commit comments

Comments
 (0)