Skip to content

Commit 8bbabc4

Browse files
author
Jenkins
committed
9.26.0
1 parent 16f5ff7 commit 8bbabc4

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

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

docs/src/_data/rules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@
585585
"recommended": false,
586586
"fixable": true,
587587
"frozen": false,
588-
"hasSuggestions": false
588+
"hasSuggestions": true
589589
},
590590
{
591591
"name": "func-name-matching",

docs/src/_data/rules_meta.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,7 @@
611611
},
612612
"eqeqeq": {
613613
"type": "suggestion",
614+
"hasSuggestions": true,
614615
"docs": {
615616
"description": "Require the use of `===` and `!==`",
616617
"recommended": false,
@@ -3094,6 +3095,11 @@
30943095
},
30953096
"no-shadow-restricted-names": {
30963097
"type": "suggestion",
3098+
"defaultOptions": [
3099+
{
3100+
"reportGlobalThis": false
3101+
}
3102+
],
30973103
"docs": {
30983104
"description": "Disallow identifiers from shadowing restricted names",
30993105
"recommended": true,
@@ -3414,7 +3420,8 @@
34143420
"allowShortCircuit": false,
34153421
"allowTernary": false,
34163422
"allowTaggedTemplates": false,
3417-
"enforceForJSX": false
3423+
"enforceForJSX": false,
3424+
"ignoreDirectives": false
34183425
}
34193426
]
34203427
},

docs/src/_data/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"path": "/docs/head/"
77
},
88
{
9-
"version": "9.25.1",
9+
"version": "9.26.0",
1010
"branch": "latest",
1111
"path": "/docs/latest/"
1212
},

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>8 problems (4 errors, 4 warnings)</span> - Generated on Mon Apr 21 2025 17:12:37 GMT+0000 (Coordinated Universal Time)
121+
<span>8 problems (4 errors, 4 warnings)</span> - Generated on Fri May 02 2025 21:32:27 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": "9.25.1",
3+
"version": "9.26.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)