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