Selaa lähdekoodia

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

This change will fix comma-dangle jslint error in auto generated code.
fengchao 3 vuotta sitten
vanhempi
commit
532c170b32
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,
       {