Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitecd0ede

Browse files
author
Jenkins
committed
9.21.0
1 parenta7ef4c7 commitecd0ede

File tree

7 files changed

+69
-15
lines changed

7 files changed

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

‎docs/src/_data/rules.json

Lines changed: 2 additions & 2 deletions
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

Lines changed: 3 additions & 3 deletions
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

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.20.1",
9+
"version":"9.21.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
<divid="overview"class="bg-2">
119119
<h1>ESLint Report</h1>
120120
<div>
121-
<span>8 problems (4 errors, 4 warnings)</span> - Generated onTue Feb11 202517:14:47 GMT+0000 (Coordinated Universal Time)
121+
<span>8 problems (4 errors, 4 warnings)</span> - Generated onFri Feb21 202521:43:23 GMT+0000 (Coordinated Universal Time)
122122
</div>
123123
</div>
124124
<table>

‎docs/src/use/formatters/index.md

Lines changed: 60 additions & 6 deletions
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

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.20.1",
3+
"version":"9.21.0",
44
"author":"Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
55
"description":"An AST-based pattern checker for JavaScript.",
66
"type":"commonjs",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp