eslint 8.57 WIP:
* tweaking rules * fixing issues
This commit is contained in:
@ -13,7 +13,7 @@ let singleton: BotConfiguration | undefined
|
||||
|
||||
type RoomConfCache =
|
||||
null // already loaded, but file does not exist
|
||||
| RoomConf // loaded, and contains the room conf
|
||||
| RoomConf // loaded, and contains the room conf
|
||||
|
||||
type ChannelCommonRoomConf = Omit<RoomConf, 'local' | 'domain'>
|
||||
|
||||
|
Reference in New Issue
Block a user