Skip to content

Commit 05ab812

Browse files
author
Jenkins
committed
9.7.0
1 parent 1917cd3 commit 05ab812

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs-eslint",
33
"private": true,
4-
"version": "9.6.0",
4+
"version": "9.7.0",
55
"description": "",
66
"main": "index.js",
77
"keywords": [],

docs/src/_data/versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"path": "/docs/head/"
77
},
88
{
9-
"version": "9.6.0",
9+
"version": "9.7.0",
1010
"branch": "latest",
1111
"path": "/docs/latest/"
1212
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<div id="overview" class="bg-2">
119119
<h1>ESLint Report</h1>
120120
<div>
121-
<span>8 problems (4 errors, 4 warnings)</span> - Generated on Fri Jun 28 2024 17:17:06 GMT+0000 (Coordinated Universal Time)
121+
<span>8 problems (4 errors, 4 warnings)</span> - Generated on Fri Jul 12 2024 20:39:11 GMT+0000 (Coordinated Universal Time)
122122
</div>
123123
</div>
124124
<table>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint",
3-
"version": "9.6.0",
3+
"version": "9.7.0",
44
"author": "Nicholas C. Zakas <[email protected]>",
55
"description": "An AST-based pattern checker for JavaScript.",
66
"bin": {

0 commit comments

Comments
 (0)