Skip to content

Commit

Permalink
Add *.yml to .lintstagedrc.json (#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx authored Nov 16, 2022
1 parent 5f57021 commit a1cb53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"*.{js,ts}": "eslint --cache --fix",
"*.{js,ts,md,json}": "prettier --write"
"*.{js,ts,md,json,yml}": "prettier --write"
}

0 comments on commit a1cb53c

Please sign in to comment.