chore(cloudcmd) add dangle-comma

This commit is contained in:
coderaiser 2019-02-01 18:26:09 +02:00
parent 4447d43c89
commit ea08b92e8b
69 changed files with 242 additions and 242 deletions

View file

@ -9,7 +9,7 @@ const config = require('./config');
module.exports = () => {
const auth = httpAuth.basic({
realm: 'Cloud Commander'
realm: 'Cloud Commander',
}, check);
return middle(auth);