mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
lint: Re-run eslint --fix
This commit is contained in:
parent
fc234d0088
commit
f54dcbc766
13 changed files with 44 additions and 44 deletions
|
@ -92,7 +92,7 @@ exports.clientPluginNames = function () {
|
|||
const client_plugin_names = _.uniq(
|
||||
defs.parts
|
||||
.filter((part) => part.hasOwnProperty('client_hooks'))
|
||||
.map((part) => `plugin-${part.plugin}`),
|
||||
.map((part) => `plugin-${part.plugin}`)
|
||||
);
|
||||
|
||||
return client_plugin_names;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue