Skip to content

Commit

Permalink
8.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ESLint Jenkins committed Jan 28, 2023
1 parent ddeef02 commit 13552c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/package.json
@@ -1,7 +1,7 @@
{
"name": "docs-eslint",
"private": true,
"version": "8.32.0",
"version": "8.33.0",
"description": "",
"main": "index.js",
"keywords": [],
Expand Down Expand Up @@ -54,4 +54,3 @@
"node": ">=14.0.0"
}
}

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>9 problems (5 errors, 4 warnings)</span> - Generated on Sat Jan 14 2023 23:14:23 GMT-0500 (Eastern Standard Time)
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Sat Jan 28 2023 18:25:23 GMT-0500 (Eastern Standard Time)
</div>
</div>
<table>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "8.32.0",
"version": "8.33.0",
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
"description": "An AST-based pattern checker for JavaScript.",
"bin": {
Expand Down

0 comments on commit 13552c4

Please sign in to comment.