Skip to content

Commit

Permalink
Added yaml to lint-staged and standardized on yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
markcallen committed Apr 17, 2023
1 parent f7f39b8 commit 62105aa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"prettier --write .",
"eslint --config .eslintrc --fix . "
],
"*.{json,md}": [
"*.{json,md,yaml}": [
"prettier --config .prettierrc --write ."
]
},
Expand Down

0 comments on commit 62105aa

Please sign in to comment.