1
0
Fork 0
mirror of https://github.com/chirimen-oh/node-web-i2c.git synced 2025-04-04 20:26:24 +00:00
node-web-i2c/.lintstagedrc.yaml
2022-01-21 00:50:07 +09:00

7 lines
187 B
YAML
Executable file

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