Skip to content

Commit 4e6c4ac

Browse files
author
Jenkins
committed
10.0.0
1 parent ddd8a22 commit 4e6c4ac

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

‎docs/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs-eslint",
33
"private": true,
4-
"version": "10.0.0-rc.2",
4+
"version": "10.0.0",
55
"description": "",
66
"main": "index.js",
77
"keywords": [],

‎docs/src/_data/versions.json‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"path": "/docs/head/"
77
},
88
{
9-
"version": "10.0.0-rc.2",
10-
"branch": "next",
11-
"path": "/docs/next/"
9+
"version": "10.0.0",
10+
"branch": "latest",
11+
"path": "/docs/latest/"
1212
},
1313
{
1414
"version": "9.39.2",
15-
"branch": "latest",
16-
"path": "/docs/latest/"
15+
"branch": "v9.x",
16+
"path": "/docs/v9.x/"
1717
},
1818
{
1919
"version": "8.57.1",

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

Lines changed: 1 addition & 1 deletion
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>9 problems (5 errors, 4 warnings)</span> - Generated on Tue Jan 27 2026 14:29:04 GMT+0000 (Coordinated Universal Time)
121+
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Feb 06 2026 22:30:00 GMT+0000 (Coordinated Universal Time)
122122
</div>
123123
</div>
124124
<table>

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint",
3-
"version": "10.0.0-rc.2",
3+
"version": "10.0.0",
44
"author": "Nicholas C. Zakas <[email protected]>",
55
"description": "An AST-based pattern checker for JavaScript.",
66
"type": "commonjs",

0 commit comments

Comments
 (0)