Skip to content

Commit 2d1e1fc

Browse files
committed
Fix trailing-comma lint
1 parent 88347e7 commit 2d1e1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rules/assertions/checkTypes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,6 @@ export default {
175175
function qux(foo) {
176176
}
177177
`
178-
},
178+
}
179179
]
180180
};

0 commit comments

Comments
 (0)