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"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
"*.{json,md,sol,yml}":
|
||||
- prettier --config ""./.prettierrc.yml" --write
|
Loading…
Reference in New Issue