Skip to content

Commit

Permalink
9.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Jan 26, 2024
1 parent 96f8877 commit fd1e2f3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
@@ -1,7 +1,7 @@
{
"name": "docs-eslint",
"private": true,
"version": "9.0.0-alpha.1",
"version": "9.0.0-alpha.2",
"description": "",
"main": "index.js",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_data/rules.json
Expand Up @@ -792,7 +792,7 @@
"description": "Disallow shorthand type conversions",
"recommended": false,
"fixable": true,
"hasSuggestions": false
"hasSuggestions": true
},
{
"name": "no-implicit-globals",
Expand Down
1 change: 1 addition & 0 deletions docs/src/_data/rules_meta.json
Expand Up @@ -1159,6 +1159,7 @@
}
},
"no-implicit-coercion": {
"hasSuggestions": true,
"type": "suggestion",
"docs": {
"description": "Disallow shorthand type conversions",
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>8 problems (4 errors, 4 warnings)</span> - Generated on Fri Jan 12 2024 20:48:30 GMT+0000 (Coordinated Universal Time)
<span>8 problems (4 errors, 4 warnings)</span> - Generated on Fri Jan 26 2024 20:36:42 GMT+0000 (Coordinated Universal Time)
</div>
</div>
<table>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "9.0.0-alpha.1",
"version": "9.0.0-alpha.2",
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
"description": "An AST-based pattern checker for JavaScript.",
"bin": {
Expand Down

0 comments on commit fd1e2f3

Please sign in to comment.