Browse Source

Allow any func style

pull/1/head
Luke Childs 9 years ago
parent
commit
13766bf109
  1. 2
      index.js

2
index.js

@ -36,7 +36,7 @@ module.exports = {
"eol-last": "error",
"eqeqeq": "error",
"func-names": "error",
"func-style": "error",
"func-style": "off",
"generator-star-spacing": "error",
"global-require": "error",
"guard-for-in": "error",

Loading…
Cancel
Save