Skip to content

Commit 4a88a54

Browse files
author
Jenkins
committed
8.54.0
1 parent 6cf675f commit 4a88a54

File tree

6 files changed

+50
-49
lines changed

6 files changed

+50
-49
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.53.0",
4+
"version": "8.54.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
@@ -687,7 +687,7 @@
687687
"description": "Disallow the use of `console`",
688688
"recommended": false,
689689
"fixable": false,
690-
"hasSuggestions": false
690+
"hasSuggestions": true
691691
},
692692
{
693693
"name": "no-continue",

docs/src/_data/rules_meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,8 @@
866866
"description": "Disallow the use of `console`",
867867
"recommended": false,
868868
"url": "https://eslint.org/docs/latest/rules/no-console"
869-
}
869+
},
870+
"hasSuggestions": true
870871
},
871872
"no-const-assign": {
872873
"type": "problem",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@
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 Nov 03 2023 19:23:39 GMT-0400 (Eastern Daylight Time)
121+
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Nov 17 2023 21:44:09 GMT+0000 (Coordinated Universal Time)
122122
</div>
123123
</div>
124124
<table>
125125
<tbody>
126126
<tr class="bg-2" data-group="f-0">
127127
<th colspan="4">
128-
[+] /var/lib/jenkins/workspace/Releases/eslint Release/eslint/fullOfProblems.js
128+
[+] /var/lib/jenkins/workspace/eslint Release/eslint/fullOfProblems.js
129129
<span>9 problems (5 errors, 4 warnings)</span>
130130
</th>
131131
</tr>

0 commit comments

Comments
 (0)