Skip to content
This repository was archived by the owner on Feb 12, 2020. It is now read-only.

Commit 76e3980

Browse files
committed
require separate var declarations
1 parent f8336c8 commit 76e3980

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.eslintrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
"no-redeclare": "error",
5353
"no-unused-vars": "warn",
5454
"no-useless-concat": "error",
55+
"one-var": [
56+
"error",
57+
"never"
58+
],
5559
"quote-props": [
5660
"error",
5761
"as-needed"

0 commit comments

Comments
 (0)