Bläddra i källkod

Fix eslint errors. (#5341)

master
bgrozev 5 år sedan
förälder
incheckning
9f28048742
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 5 tillägg och 4 borttagningar
  1. 5
    4
      config.js

+ 5
- 4
config.js Visa fil

@@ -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 */

Laddar…
Avbryt
Spara