Skip to content

Commit

Permalink
Fix .lintstagedrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eideehi committed May 11, 2023
1 parent 3c72482 commit d9ddc35
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"src/**/*.{js,ts,svelte}": [
"pnpm run lint",
"pnpm run format"
"client-src/**/*.{js,ts,svelte}": [
"pnpm run check",
"prettier --write",
"eslint --fix"
]
}

0 comments on commit d9ddc35

Please sign in to comment.