Skip to content

Commit

Permalink
wip fix duplicated lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
lebaudantoine committed Mar 5, 2024
1 parent 7f4d2ea commit 0943515
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore ."
"lint": "prettier --check --ignore-path .gitignore .",
"lint:fix": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"classnames": "^2.5.1",
Expand Down

0 comments on commit 0943515

Please sign in to comment.