1
0
Fork 0
mirror of https://github.com/chirimen-oh/node-web-i2c.git synced 2025-03-05 05:55:16 +00:00
node-web-i2c/.lintstagedrc.yaml

8 lines
187 B
YAML
Raw Normal View History

"*.ts":
# typescript
# prettier で、ダブルクオートからシングルクオートへ
- prettier --write --single-quote
"*.{md,yml}":
# markdown, yaml
- prettier --write