Skip to content

Commit 6c54c91

Browse files
committed
Turn of dangling comma
1 parent 56282a6 commit 6c54c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = {
3232
"camelcase": "off",
3333
"capitalized-comments": "off",
3434
"class-methods-use-this": "error",
35-
"comma-dangle": "error",
35+
"comma-dangle": [0, "always"],
3636
"comma-spacing": [
3737
"error",
3838
{

0 commit comments

Comments
 (0)