Correct eslintrc comma dangle

This commit is contained in:
Luke "Jared" Bennett 2017-08-04 13:14:54 +01:00
parent e9dd333307
commit ab737d0416
No known key found for this signature in database
GPG Key ID: 402ED51FB5D306C2
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@
"import/no-commonjs": "error",
"no-multiple-empty-lines": ["error", { "max": 1 }],
"promise/catch-or-return": "error",
"no-underscore-dangle": ["error", { "allow": ["__"]}],
"no-underscore-dangle": ["error", { "allow": ["__"]}]
}
}