This commit is contained in:
Daniel Tschinder 2017-02-20 17:45:06 +01:00
parent 1ce807d5de
commit 8a527d1ef5

View File

@ -6,7 +6,7 @@ module.exports = {
"arrow-parens": ["error", "always"],
"arrow-spacing": ["error", { before: true, after: true }],
camelcase: "off",
"comma-dangle": "off",
"comma-dangle": ["error", "always-multiline"],
"comma-spacing": "error",
"consistent-return": "off",
curly: "off",