This commit is contained in:
Daniel Tschinder 2017-01-14 13:51:22 +01:00
parent 292003444d
commit d4a1e97249

View File

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