Skip to content

Commit 70ed714

Browse files
committed
Remove trailing comma
1 parent 893c2cf commit 70ed714

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
@@ -10,7 +10,7 @@
1010
"curly": 2,
1111
"no-prototype-builtins": 0,
1212
"react/jsx-uses-react": 1,
13-
"react/jsx-no-undef": 2,
13+
"react/jsx-no-undef": 2
1414
},
1515
"plugins": [
1616
"react"

0 commit comments

Comments
 (0)