Skip to content

Commit 3ed4b36

Browse files
author
Jenkins
committed
9.25.1
1 parent 7a19ccd commit 3ed4b36

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-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.25.0",
4+
"version": "9.25.1",
55
"description": "",
66
"main": "index.js",
77
"keywords": [],

docs/src/_data/rules_meta.json

+5
Original file line numberDiff line numberDiff line change
@@ -3398,6 +3398,11 @@
33983398
"fixable": null
33993399
},
34003400
"no-unused-expressions": {
3401+
"dialects": [
3402+
"javascript",
3403+
"typescript"
3404+
],
3405+
"language": "javascript",
34013406
"type": "suggestion",
34023407
"docs": {
34033408
"description": "Disallow unused expressions",

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.25.0",
9+
"version": "9.25.1",
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 Apr 18 2025 18:32:27 GMT+0000 (Coordinated Universal Time)
121+
<span>8 problems (4 errors, 4 warnings)</span> - Generated on Mon Apr 21 2025 17:12:37 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.25.0",
3+
"version": "9.25.1",
44
"author": "Nicholas C. Zakas <[email protected]>",
55
"description": "An AST-based pattern checker for JavaScript.",
66
"type": "commonjs",

0 commit comments

Comments
 (0)