Disable "comma-dangle" eslint rule

There are commas dangling all over project…
This commit is contained in:
Grant Nestor 2016-08-12 13:26:57 -07:00
parent 94428049cc
commit a01d470fd8

View File

@ -7,7 +7,7 @@
"semi": 1,
"no-cond-assign": 2,
"no-debugger": 2,
"comma-dangle": 1,
"comma-dangle": 0,
"no-unreachable" : 2
}
}