ESlint no-space-func

This commit is contained in:
Peter Jaszkowiak
2017-02-17 22:17:10 -07:00
parent 3d6bfa47c5
commit 1cf25f57fc
4 changed files with 4 additions and 4 deletions

View File

@@ -111,7 +111,7 @@
"object-property-newline": "off",
"no-continue": "off",
"no-extra-semi": "off",
"no-spaced-func": "off",
// "no-spaced-func": "off",
// "no-useless-return": "off"
}
}