mirror of
https://github.com/vacp2p/foundry-template.git
synced 2025-01-19 12:01:59 +00:00
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
|
{
|
||
|
"*.{json,md,sol,yml}": [
|
||
|
"prettier --config ./.prettierrc.yml --write"
|
||
|
]
|
||
|
}
|