Skip to content

Commit

Permalink
chore(api): fix legacy directory configured on linter
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricss committed Jul 10, 2024
1 parent b0c0f6a commit 8266b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/reva-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"cron": "npx [email protected] infra/cron.ts",
"cron-dev": "npx [email protected] infra/cron.ts | npx pino-pretty",
"lint-staged": "lint-staged",
"lint-all": "prettier --write \"{domain,infra,modules}/**/*.{ts,md}\""
"lint-all": "prettier --write \"{infra,modules}/**/*.{ts,md}\""
},
"prisma": {
"seed": "npx tsx prisma/seed/seed.ts"
Expand Down Expand Up @@ -83,7 +83,7 @@
}
},
"lint-staged": {
"domain/**/*.{ts,md}": [
"modules/**/*.{ts,md}": [
"prettier --write"
],
"infra/**/*.{ts,md}": [
Expand Down

0 comments on commit 8266b61

Please sign in to comment.