Skip to content

Commit

Permalink
chore: update lint script to use ESLint with additional file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosPavajeau committed May 14, 2024
1 parent e73c070 commit c534759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"db:push": "drizzle-kit push:pg",
"db:studio": "drizzle-kit studio",
"dev": "next dev",
"lint": "next lint",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
"start": "next start",
"email": "dotenv \"email dev --dir src/emails --port 3500\"",
"format:check": "prettier --check .",
Expand Down

0 comments on commit c534759

Please sign in to comment.