mirror of
https://github.com/chirimen-oh/node-web-i2c.git
synced 2025-01-18 16:08:06 +00:00
8 lines
187 B
YAML
8 lines
187 B
YAML
|
"*.ts":
|
||
|
# typescript
|
||
|
# prettier で、ダブルクオートからシングルクオートへ
|
||
|
- prettier --write --single-quote
|
||
|
"*.{md,yml}":
|
||
|
# markdown, yaml
|
||
|
- prettier --write
|