Update Versions

This commit is contained in:
Daniel Odendahl Jr
2017-06-15 04:46:17 +00:00
parent 38be7bb8d2
commit 70558b2c32
3 changed files with 11 additions and 11 deletions
+5 -1
View File
@@ -112,7 +112,11 @@
"semi-spacing": "error",
"semi": "error",
"space-before-blocks": "error",
"space-before-function-paren": ["error", "never"],
"space-before-function-paren": ["error", {
"anonymous": "never",
"named": "never",
"asyncArrow": "always"
}],
"space-in-parens": "error",
"space-infix-ops": "error",
"space-unary-ops": "error",