Sfoglia il codice sorgente

Fix eslint errors. (#5341)

master
bgrozev 5 anni fa
parent
commit
9f28048742
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 5 aggiunte e 4 eliminazioni
  1. 5
    4
      config.js

+ 5
- 4
config.js Vedi File

@@ -512,10 +512,11 @@ var config = {
512 512
      */
513 513
 
514 514
 
515
-  // Allow all above example options to include a trailing comma and
516
-  // prevent fear when commenting out the last value.
517
-  make_json_parser_happy: 'even if last key had a trailing comma'
518
-  // no configuration value should follow this line.
515
+    // Allow all above example options to include a trailing comma and
516
+    // prevent fear when commenting out the last value.
517
+    makeJsonParserHappy: 'even if last key had a trailing comma'
518
+
519
+    // no configuration value should follow this line.
519 520
 };
520 521
 
521 522
 /* eslint-enable no-unused-vars, no-var */

Loading…
Annulla
Salva