@@ -285,8 +285,26 @@ Example output (formatted for easier reading):
285
285
}
286
286
},
287
287
"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
+ },
290
308
"type" : " layout" ,
291
309
"docs" : {
292
310
"description" : " Enforce consistent indentation" ,
@@ -558,8 +576,26 @@ Example output (formatted for easier reading):
558
576
}
559
577
},
560
578
"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
+ },
563
599
"type" : " layout" ,
564
600
"docs" : {
565
601
"description" : " Enforce consistent spacing before or after unary operators" ,
@@ -599,8 +635,26 @@ Example output (formatted for easier reading):
599
635
}
600
636
},
601
637
"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
+ },
604
658
"type" : " layout" ,
605
659
"docs" : {
606
660
"description" : " Require or disallow semicolons instead of ASI" ,
0 commit comments