Skip to content

Commit f36aa23

Browse files
committed
feat(processor): enable autofix support
1 parent 2e6a4e4 commit f36aa23

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)