Skip to content

Commit 7af6358

Browse files
authored
fixup
1 parent 92ea22d commit 7af6358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/no-invalid-html-attribute.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ function fix (fixer, mode, ...args) {
258258
}
259259

260260
function suggestion(desc, mode, ...args) {
261-
return {desc: desc, ...fix(mode, args)}
261+
return { desc: desc, fix: fix(mode, args) };
262262
}
263263

264264

0 commit comments

Comments
 (0)