File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -62,18 +62,22 @@ Object {
62
62
" processors" : Object {
63
63
" diff" : Object {
64
64
" postprocess" : [Function ],
65
+ " supportsAutofix" : true ,
65
66
},
66
67
" staged" : Object {
67
68
" postprocess" : [Function ],
69
+ " supportsAutofix" : true ,
68
70
},
69
71
},
70
72
},
71
73
" processors" : Object {
72
74
" diff" : Object {
73
75
" postprocess" : [Function ],
76
+ " supportsAutofix" : true ,
74
77
},
75
78
" staged" : Object {
76
79
" postprocess" : [Function ],
80
+ " supportsAutofix" : true ,
77
81
},
78
82
},
79
83
}
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ const diff = {
20
20
)
21
21
)
22
22
. flat ( ) ,
23
+
24
+ supportsAutofix : true ,
23
25
} ;
24
26
25
27
const diffConfig = {
@@ -46,6 +48,8 @@ const staged = {
46
48
)
47
49
)
48
50
. flat ( ) ,
51
+
52
+ supportsAutofix : true ,
49
53
} ;
50
54
51
55
const stagedConfig = {
You can’t perform that action at this time.
0 commit comments