Skip to content

Commit e894682

Browse files
committed
feat(processor): enable autofix support
(cherry picked from commit f36aa23)
1 parent eb30d9e commit e894682

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const plugin = {
3636
postprocess(messages) {
3737
return [].concat(...messages);
3838
},
39+
supportsAutofix: true,
3940
},
4041
},
4142
};

0 commit comments

Comments
 (0)