mirror of https://github.com/sualko/cloud_bbb
refactor: use consistent indentation for ts
parent
4b901f205a
commit
938e8ee68c
|
@ -28,5 +28,6 @@ module.exports = {
|
|||
'comma-dangle': ['error', 'always-multiline'],
|
||||
'array-bracket-newline': ['error', 'consistent'],
|
||||
'quote-props': ['error', 'as-needed'],
|
||||
'indent': ['warn', 'tab'],
|
||||
},
|
||||
}
|
|
@ -27,7 +27,7 @@ $(() => {
|
|||
'application/msword',
|
||||
'application/vnd.ms-powerpoint',
|
||||
];
|
||||
const bbb = new BigBlueButton();
|
||||
const bbb = new BigBlueButton()
|
||||
|
||||
bbb.getRooms().then(rooms => {
|
||||
rooms.forEach(room => {
|
||||
|
|
Loading…
Reference in New Issue