Skip to content

Commit 188313e

Browse files
authored
Fix missing comma in .eslintrc file (#479)
1 parent ea2ab9d commit 188313e

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
@@ -42,7 +42,7 @@
4242
"allowAfterThis": true,
4343
"allowAfterSuper": true
4444
}
45-
]
45+
],
4646
"no-unused-vars": ["error", { "args": "none" }],
4747
"no-empty": ["error", { "allowEmptyCatch": true }],
4848
"no-console": "off"

0 commit comments

Comments
 (0)