p2pix-smart-contracts/.lintstagedrc

6 lines
97 B
Plaintext

{
"*.{js,json,md,sol,ts,yaml,yml}": [
"prettier --config ./.prettierrc.yaml --write"
]
}