@@ -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" ,
0 commit comments