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'],
|
'comma-dangle': ['error', 'always-multiline'],
|
||||||
'array-bracket-newline': ['error', 'consistent'],
|
'array-bracket-newline': ['error', 'consistent'],
|
||||||
'quote-props': ['error', 'as-needed'],
|
'quote-props': ['error', 'as-needed'],
|
||||||
|
'indent': ['warn', 'tab'],
|
||||||
},
|
},
|
||||||
}
|
}
|
|
@ -27,7 +27,7 @@ $(() => {
|
||||||
'application/msword',
|
'application/msword',
|
||||||
'application/vnd.ms-powerpoint',
|
'application/vnd.ms-powerpoint',
|
||||||
];
|
];
|
||||||
const bbb = new BigBlueButton();
|
const bbb = new BigBlueButton()
|
||||||
|
|
||||||
bbb.getRooms().then(rooms => {
|
bbb.getRooms().then(rooms => {
|
||||||
rooms.forEach(room => {
|
rooms.forEach(room => {
|
||||||
|
|
Loading…
Reference in New Issue