mirror of
https://github.com/chirimen-oh/node-web-gpio.git
synced 2025-01-17 23:55:09 +00:00
13b064f140
* cf feature/prettier husky, lint-staged, prettier add.
7 lines
187 B
YAML
7 lines
187 B
YAML
"*.ts":
|
|
# typescript
|
|
# prettier で、ダブルクオートからシングルクオートへ
|
|
- prettier --write --single-quote
|
|
"*.{md,yml}":
|
|
# markdown, yaml
|
|
- prettier --write
|