Skip to content

Instantly share code, notes, and snippets.

View isdh's full-sized avatar
😷
with mask

Tomo Yanagi isdh

😷
with mask
View GitHub Profile
@isdh
isdh / TimeSchedule.md
Last active December 2, 2019 05:40
JSConfJP 2019 slides

行けなかったので行きたい気持ちの供養のためにまとめています。

DAY 1 (2019/11/30)

Room A(体育館) Room B(B105) Room C(屋上)
12:00
-
13:00
Open
13:00
-
13:30
Opening talk
13:30-14:00 The State of JavaScript by Raphaël Benitte and Sacha Greif
@isdh
isdh / settings.json
Last active November 28, 2019 06:53
VSCode Extension Gruntfuggly/todo-tree's setting. this regexp finds "TODO" in block comment JSDOC style.
{
"todo-tree.regex.regex": "((//|#|<!--|;|/\\*|^| \\*)\\s*($TAGS)|^\\s*- \\[ \\])"
}