Skip to content

Commit

Permalink
9.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Feb 23, 2024
1 parent fd9c0a9 commit 491a1d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
@@ -1,7 +1,7 @@
{
"name": "docs-eslint",
"private": true,
"version": "9.0.0-beta.0",
"version": "9.0.0-beta.1",
"description": "",
"main": "index.js",
"keywords": [],
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 Feb 09 2024 23:53:44 GMT+0000 (Coordinated Universal Time)
<span>8 problems (4 errors, 4 warnings)</span> - Generated on Fri Feb 23 2024 22:02:44 GMT+0000 (Coordinated Universal Time)
</div>
</div>
<table>
Expand Down
4 changes: 2 additions & 2 deletions docs/src/use/formatters/index.md
Expand Up @@ -122,7 +122,7 @@ Example output (formatted for easier reading):
],
"text": "!Number.isNaN(Number(i))"
},
"desc": "Replace with Number.isNaN cast to a Number."
"desc": "Replace with Number.isNaN and cast to a Number."
}
]
},
Expand Down Expand Up @@ -730,7 +730,7 @@ Example output (formatted for easier reading):
],
"text": "!Number.isNaN(Number(i))"
},
"desc": "Replace with Number.isNaN cast to a Number."
"desc": "Replace with Number.isNaN and cast to a Number."
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "9.0.0-beta.0",
"version": "9.0.0-beta.1",
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
"description": "An AST-based pattern checker for JavaScript.",
"bin": {
Expand Down

0 comments on commit 491a1d1

Please sign in to comment.