Fix eslint errors. (#5341)

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

@ -514,7 +514,8 @@ 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'
makeJsonParserHappy: 'even if last key had a trailing comma'
// no configuration value should follow this line.
};

Loading…
Cancel
Save