etherpad-lite/src/node/hooks/express
Richard Hansen 7df3ded66f lint: Put opening brace on same line as function
Normally I would let `eslint --fix` do this for me, but there's a bug
that causes:

    const x = function ()
    {
      // ...
    };

to become:

    const x = ()
    => {
      // ...
    };

which ESLint thinks is a syntax error. (It probably is; I don't know
enough about the automatic semicolon insertion rules to be confident.)
2020-11-24 20:06:12 +00:00
..
admin.js Add req to EJS render args when possible 2020-11-02 16:05:01 +00:00
adminplugins.js Add req to EJS render args when possible 2020-11-02 16:05:01 +00:00
adminsettings.js Add req to EJS render args when possible 2020-11-02 16:05:01 +00:00
apicalls.js hooks: Call the callback when done 2020-10-24 16:08:50 +01:00
errorhandling.js hooks: Call the callback when done 2020-10-24 16:08:50 +01:00
importexport.js hooks: Call the callback when done 2020-10-24 16:08:50 +01:00
isValidJSONPName.js Added a jsonp var checker 2018-03-23 11:17:39 +00:00
openapi.js Use isHttpError utility provided by http-errors 2020-10-25 10:45:58 +00:00
padreadonly.js hooks: Call the callback when done 2020-10-24 16:08:50 +01:00
padurlsanitize.js hooks: Call the callback when done 2020-10-24 16:08:50 +01:00
socketio.js hooks: Call the callback when done 2020-10-24 16:08:50 +01:00
specialpages.js lint: Put opening brace on same line as function 2020-11-24 20:06:12 +00:00
static.js hooks: Call the callback when done 2020-10-24 16:08:50 +01:00
tests.js hooks: Call the callback when done 2020-10-24 16:08:50 +01:00
webaccess.js webaccess: Asyncify checkAccess 2020-11-19 09:05:38 +00:00