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