Ver código fonte

Merge branch 'test' of git.oschina.net:yiguanjia/php into test

洪海涛 8 anos atrás
pai
commit
13b40082d9
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      www/vue/.eslintrc.js

+ 1 - 0
www/vue/.eslintrc.js

@@ -25,6 +25,7 @@ module.exports = {
   'rules': {
     // allow paren-less arrow functions
     'arrow-parens': 0,
+    "space-before-function-paren": [0, "never"],
     // allow async-await
     'generator-star-spacing': 0,
     // allow debugger during development