提交 e6485a5c 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

enable tslint for jsdoc

上级 80f70619
......@@ -40,7 +40,8 @@ export async function onFriend(contact: Contact, request?: FriendRequest): Promi
*
* 到这里结束修改 ^^^^^^^^^^^^
*
********************************************/
*/
/*******************************************/
} catch (e) {
console.log(e)
}
......
......@@ -60,7 +60,8 @@ export async function onMessage(message: Message): Promise<void> {
*
* 到这里结束修改^^^^^^^^^^^^
*
*********************************************/
*/
/*********************************************/
} catch (e) {
console.log(e)
}
......
......@@ -51,7 +51,8 @@ export async function onRoomJoin(
*
* 到这里结束修改^^^^^^^^^^^^
*
*********************************************/
*/
/*********************************************/
} catch (e) {
console.log(e)
......
......@@ -20,7 +20,7 @@
"spaces"
],
"interface-name": false,
"jsdoc-format": false,
"jsdoc-format": true,
"label-position": true,
"max-line-length": [
true,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册