Skip to content

Commit ecd0ede

Browse files
author
Jenkins
committed
9.21.0
1 parent a7ef4c7 commit ecd0ede

File tree

7 files changed

+69
-15
lines changed

7 files changed

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

docs/src/_data/rules.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2598,8 +2598,8 @@
25982598
"replacedBy": [
25992599
{
26002600
"rule": {
2601-
"name": "no-object-constructor",
2602-
"url": "https://eslint.org/docs/latest/rules/no-object-constructor"
2601+
"name": "no-new-native-nonconstructor",
2602+
"url": "https://eslint.org/docs/latest/rules/no-new-native-nonconstructor"
26032603
}
26042604
}
26052605
],

docs/src/_data/rules_meta.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2673,8 +2673,8 @@
26732673
"replacedBy": [
26742674
{
26752675
"rule": {
2676-
"name": "no-object-constructor",
2677-
"url": "https://eslint.org/docs/latest/rules/no-object-constructor"
2676+
"name": "no-new-native-nonconstructor",
2677+
"url": "https://eslint.org/docs/latest/rules/no-new-native-nonconstructor"
26782678
}
26792679
}
26802680
]
@@ -3065,7 +3065,7 @@
30653065
"deprecated": {
30663066
"message": "Formatting rules are being moved out of ESLint core.",
30673067
"url": "https://eslint.org/blog/2016/08/eslint-v3.3.0-released/#deprecated-rules",
3068-
"deprecatedSince": "8.53.0",
3068+
"deprecatedSince": "3.3.0",
30693069
"availableUntil": "10.0.0",
30703070
"replacedBy": [
30713071
{

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.20.1",
9+
"version": "9.21.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 Tue Feb 11 2025 17:14:47 GMT+0000 (Coordinated Universal Time)
121+
<span>8 problems (4 errors, 4 warnings)</span> - Generated on Fri Feb 21 2025 21:43:23 GMT+0000 (Coordinated Universal Time)
122122
</div>
123123
</div>
124124
<table>

docs/src/use/formatters/index.md

+60-6
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,26 @@ Example output (formatted for easier reading):
285285
}
286286
},
287287
"indent": {
288-
"deprecated": true,
289-
"replacedBy": [],
288+
"deprecated": {
289+
"message": "Formatting rules are being moved out of ESLint core.",
290+
"url": "https://eslint.org/blog/2023/10/deprecating-formatting-rules/",
291+
"deprecatedSince": "8.53.0",
292+
"availableUntil": "10.0.0",
293+
"replacedBy": [
294+
{
295+
"message": "ESLint Stylistic now maintains deprecated stylistic core rules.",
296+
"url": "https://eslint.style/guide/migration",
297+
"plugin": {
298+
"name": "@stylistic/eslint-plugin-js",
299+
"url": "https://eslint.style/packages/js"
300+
},
301+
"rule": {
302+
"name": "indent",
303+
"url": "https://eslint.style/rules/js/indent"
304+
}
305+
}
306+
]
307+
},
290308
"type": "layout",
291309
"docs": {
292310
"description": "Enforce consistent indentation",
@@ -558,8 +576,26 @@ Example output (formatted for easier reading):
558576
}
559577
},
560578
"space-unary-ops": {
561-
"deprecated": true,
562-
"replacedBy": [],
579+
"deprecated": {
580+
"message": "Formatting rules are being moved out of ESLint core.",
581+
"url": "https://eslint.org/blog/2023/10/deprecating-formatting-rules/",
582+
"deprecatedSince": "8.53.0",
583+
"availableUntil": "10.0.0",
584+
"replacedBy": [
585+
{
586+
"message": "ESLint Stylistic now maintains deprecated stylistic core rules.",
587+
"url": "https://eslint.style/guide/migration",
588+
"plugin": {
589+
"name": "@stylistic/eslint-plugin-js",
590+
"url": "https://eslint.style/packages/js"
591+
},
592+
"rule": {
593+
"name": "space-unary-ops",
594+
"url": "https://eslint.style/rules/js/space-unary-ops"
595+
}
596+
}
597+
]
598+
},
563599
"type": "layout",
564600
"docs": {
565601
"description": "Enforce consistent spacing before or after unary operators",
@@ -599,8 +635,26 @@ Example output (formatted for easier reading):
599635
}
600636
},
601637
"semi": {
602-
"deprecated": true,
603-
"replacedBy": [],
638+
"deprecated": {
639+
"message": "Formatting rules are being moved out of ESLint core.",
640+
"url": "https://eslint.org/blog/2023/10/deprecating-formatting-rules/",
641+
"deprecatedSince": "8.53.0",
642+
"availableUntil": "10.0.0",
643+
"replacedBy": [
644+
{
645+
"message": "ESLint Stylistic now maintains deprecated stylistic core rules.",
646+
"url": "https://eslint.style/guide/migration",
647+
"plugin": {
648+
"name": "@stylistic/eslint-plugin-js",
649+
"url": "https://eslint.style/packages/js"
650+
},
651+
"rule": {
652+
"name": "semi",
653+
"url": "https://eslint.style/rules/js/semi"
654+
}
655+
}
656+
]
657+
},
604658
"type": "layout",
605659
"docs": {
606660
"description": "Require or disallow semicolons instead of ASI",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint",
3-
"version": "9.20.1",
3+
"version": "9.21.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)