Skip to content

Commit 32c4c4b

Browse files
souvikbasutimdorr
authored andcommitted
Remove extra comma after the last property in .eslintrc json (reduxjs#830)
1 parent 521e96a commit 32c4c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
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)