Skip to content

Commit

Permalink
yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Aug 26, 2023
1 parent 1a97f93 commit 48c2574
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"*.{js,ts,jsx,tsx}": ["eslint --fix --quiet", "prettier --write"],
"*.css": "prettier --write",
"*.html": "prettier --write",
"*.md": "prettier --write",
"*.json": "prettier --write"
}
{
"*.{js,ts,jsx,tsx}": ["eslint --fix --quiet", "prettier --write"],
"*.css": "prettier --write",
"*.html": "prettier --write",
"*.md": "prettier --write",
"*.json": "prettier --write"
}

0 comments on commit 48c2574

Please sign in to comment.