mirror of
https://github.com/vacp2p/foundry-template.git
synced 2025-03-04 00:50:56 +00:00
chore: use "yml" extension for lintstaged config
This commit is contained in:
parent
90c6754330
commit
d6a299a692
@ -1,5 +0,0 @@
|
||||
{
|
||||
"*.{json,md,sol,yml}": [
|
||||
"prettier --config ./.prettierrc.yml --write"
|
||||
]
|
||||
}
|
2
.lintstagedrc.yml
Normal file
2
.lintstagedrc.yml
Normal file
@ -0,0 +1,2 @@
|
||||
"*.{json,md,sol,yml}":
|
||||
- prettier --config ""./.prettierrc.yml" --write
|
Loading…
x
Reference in New Issue
Block a user