Skip to content

Commit

Permalink
8.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Nov 17, 2023
1 parent 6cf675f commit 4a88a54
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 49 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
@@ -1,7 +1,7 @@
{
"name": "docs-eslint",
"private": true,
"version": "8.53.0",
"version": "8.54.0",
"description": "",
"main": "index.js",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_data/rules.json
Expand Up @@ -687,7 +687,7 @@
"description": "Disallow the use of `console`",
"recommended": false,
"fixable": false,
"hasSuggestions": false
"hasSuggestions": true
},
{
"name": "no-continue",
Expand Down
3 changes: 2 additions & 1 deletion docs/src/_data/rules_meta.json
Expand Up @@ -866,7 +866,8 @@
"description": "Disallow the use of `console`",
"recommended": false,
"url": "https://eslint.org/docs/latest/rules/no-console"
}
},
"hasSuggestions": true
},
"no-const-assign": {
"type": "problem",
Expand Down
4 changes: 2 additions & 2 deletions docs/src/use/formatters/html-formatter-example.html
Expand Up @@ -118,14 +118,14 @@
<div id="overview" class="bg-2">
<h1>ESLint Report</h1>
<div>
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Nov 03 2023 19:23:39 GMT-0400 (Eastern Daylight Time)
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Nov 17 2023 21:44:09 GMT+0000 (Coordinated Universal Time)
</div>
</div>
<table>
<tbody>
<tr class="bg-2" data-group="f-0">
<th colspan="4">
[+] /var/lib/jenkins/workspace/Releases/eslint Release/eslint/fullOfProblems.js
[+] /var/lib/jenkins/workspace/eslint Release/eslint/fullOfProblems.js
<span>9 problems (5 errors, 4 warnings)</span>
</th>
</tr>
Expand Down

0 comments on commit 4a88a54

Please sign in to comment.