Explorar el Código

[web/.eslintrc.js] Change comma-dangle setting to only-multiline.

This change will fix comma-dangle jslint error in auto generated code.
fengchao hace 3 años
padre
commit
532c170b32
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/.eslintrc.js

+ 1 - 1
web/.eslintrc.js

@@ -52,7 +52,7 @@ module.exports = {
         properties: 'always'
       }
     ],
-    'comma-dangle': [2, 'never'],
+    'comma-dangle': [2, 'only-multiline'],
     'comma-spacing': [
       2,
       {