Skip to content

Commit

Permalink
chore: uniformize lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalk0 committed Nov 28, 2023
1 parent 14b73dc commit c025070
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 @@ -47,6 +47,6 @@
"start": "node build/server.js",
"dev": "ts-node-dev --no-notify src/server.ts",
"lint": "eslint src/ --ext .ts",
"lint-fix": "eslint --fix src/ --ext .ts"
"lint:fix": "eslint --fix src/ --ext .ts"
}
}

0 comments on commit c025070

Please sign in to comment.