Skip to content

Commit 6a92d8c

Browse files
committed
add eslintrc trailing commas required rule for ie8
1 parent 50ed3ee commit 6a92d8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"rules": {
1313
"block-scoped-var": 2,
14+
"comma-dangle": [2, "never"],
1415
"dot-notation": [
1516
2,
1617
{

0 commit comments

Comments
 (0)