YuTengjing

Results 192 comments of YuTengjing

block comment: ```javascript /* this is a block comment */ ``` jsdoc: start withs `/**`, and will be parsed by typescript: ```javascript /**this is jsdoc comment */ ```

@brettz9 I think this rule is complex enough and I can't find rule `multiline-comment-style`

Seems eslint self doesn't accept feature other than ECMAScript new syntax

I'm using chrome 112.0.5615.49 and [refined-github](https://github.com/refined-github/refined-github) chrome extension

It would be nice like github commit history @ole1986

try my extension: https://github.com/tjx666/view-github-repository

My solution: ```ts const handleChange = (event: SyntheticEvent, expanded: boolean) => { onChange?.(event, expanded); if (expanded) { setTimeout(() => { accordionRef.current?.scrollIntoView({ behavior: 'smooth', block: 'nearest' }); }, theme.transitions.duration.standard); } };...

typescript version with only jszip as dependency: https://github.com/tjx666/vscode-archive/blob/main/src/unzipCrx.ts

同样的问题: ``` root@iZj6c7ekw9ph5j1ckkz2z9Z:/rap# docker-compose down Stopping rap_delos_1 ... done Stopping rap_dolores_1 ... done Stopping rap_redis_1 ... done Removing rap_delos_1 ... done Removing rap_mysql_1 ... done Removing rap_dolores_1 ... done Removing...