Browse Source

Fix eslint errors. (#5341)

master
bgrozev 5 years ago
parent
commit
9f28048742
No account linked to committer's email address
1 changed files with 5 additions and 4 deletions
  1. 5
    4
      config.js

+ 5
- 4
config.js View File

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
 /* eslint-enable no-unused-vars, no-var */
522
 /* eslint-enable no-unused-vars, no-var */

Loading…
Cancel
Save