De-lint a few more files

& remove them from the ignored list
This commit is contained in:
David Baker 2019-01-11 13:54:11 +00:00
parent e0bc0494fa
commit fe4778b28b
4 changed files with 8 additions and 7 deletions

View file

@ -41,7 +41,7 @@ export default class UserProvider extends AutocompleteProvider {
users: Array<RoomMember> = null;
room: Room = null;
constructor(room) {
constructor(room: Room) {
super(USER_REGEX, FORCED_USER_REGEX);
this.room = room;
this.matcher = new QueryMatcher([], {