Skip to content

Commit

Permalink
fix: lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
th1m0 committed Sep 13, 2024
1 parent 63d27ca commit d371fa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"typecheck": "tsc --noEmit",
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"lint:fix": "next lint --fix",
"lint": "eslint . --quiet",
"lint:fix": "eslint . --fix",
"start": "next start",
"format": "prettier --write .",
"format:check": "prettier --check .",
Expand Down Expand Up @@ -51,4 +51,4 @@
"initVersion": "7.33.1"
},
"packageManager": "[email protected]"
}
}

0 comments on commit d371fa3

Please sign in to comment.