Fix eslint errors. (#5341)

This commit is contained in:
bgrozev 2020-03-23 13:56:32 -05:00 committed by GitHub
parent 19c9a808cf
commit 9f28048742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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