Skip to content

Commit 38a5236

Browse files
authored
fix: add supportautofix for ssr processor (#199)
1 parent 4a6ab76 commit 38a5236

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/processors/ssr.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,5 @@ module.exports = {
8181
// Return all messages for files that were processed
8282
return messages.flat();
8383
},
84+
supportsAutofix: true,
8485
};

0 commit comments

Comments
 (0)