tests: Delete trailing commas in function arguments (#4516)

* lint: Bump eslint-config-etherpad to 1.0.11

* lint: Rerun `eslint --fix` to nuke trailing function call commas

eslint-config-etherpad 1.0.11 changed the comma-dangle rule to
prohibit trailing commas for function arguments. See:
673ab07acf
Re-run the automated fixes to apply the rule change.

This also fixes a few lint issues in changes that were made after
`eslint --fix` was originally run.
This commit is contained in:
Richard Hansen 2020-11-25 04:50:48 -05:00 committed by GitHub
parent 0a72459b3d
commit e5a3062cbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 15 additions and 15 deletions

6
package-lock.json generated
View file

@ -9921,9 +9921,9 @@
}
},
"eslint-config-etherpad": {
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/eslint-config-etherpad/-/eslint-config-etherpad-1.0.9.tgz",
"integrity": "sha512-g/yRRKiNL3k/VO6zizq13CKNEIHOQli6LpenSCGhfolZid3TVe/8D9mnFML3gtNcqTNZj5L15N2U/05ip7sD7Q==",
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/eslint-config-etherpad/-/eslint-config-etherpad-1.0.11.tgz",
"integrity": "sha512-/MPV8rtPB/mRbfX/Xtw4IulERSj14IWHLp2dU+0a5lz3qfLl8ZKTkp6WHCcj3Uf+mQh4yWEACeqRYZ77ErNtzw==",
"dev": true
},
"eslint-plugin-es": {