chore: use "yml" extension for lintstaged config

This commit is contained in:
Paul Razvan Berg 2022-10-15 22:26:25 +03:00
parent 90c6754330
commit d6a299a692
No known key found for this signature in database
GPG Key ID: BCC366159BD63828
2 changed files with 2 additions and 5 deletions

View File

@ -1,5 +0,0 @@
{
"*.{json,md,sol,yml}": [
"prettier --config ./.prettierrc.yml --write"
]
}

2
.lintstagedrc.yml Normal file
View File

@ -0,0 +1,2 @@
"*.{json,md,sol,yml}":
- prettier --config ""./.prettierrc.yml" --write