Commit ab737d04 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Correct eslintrc comma dangle

parent e9dd3333
......@@ -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": ["__"]}]
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment