Fix eslint errors. (#5341)

pull/5343/head jitsi-meet_4305
bgrozev 5 years ago committed by GitHub
parent 19c9a808cf
commit 9f28048742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      config.js

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

Loading…
Cancel
Save