Skip to content

Commit 6fc5d39

Browse files
souvikbasutimdorr
authored andcommittedNov 27, 2017
Remove extra comma after the last property in .eslintrc json (reduxjs#830)
1 parent 4c2670d commit 6fc5d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"ecmaFeatures": {
1212
"jsx": true,
1313
"experimentalObjectRestSpread": true
14-
},
14+
}
1515
},
1616
"env": {
1717
"browser": true,

0 commit comments

Comments
 (0)
Please sign in to comment.