refactor: use consistent indentation for ts

pull/9/head
sualko 2020-04-27 16:47:32 +02:00
parent 4b901f205a
commit 938e8ee68c
7 changed files with 182 additions and 181 deletions

View File

@ -28,5 +28,6 @@ module.exports = {
'comma-dangle': ['error', 'always-multiline'],
'array-bracket-newline': ['error', 'consistent'],
'quote-props': ['error', 'as-needed'],
'indent': ['warn', 'tab'],
},
}

View File

@ -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 => {