Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierJp committed Nov 8, 2024
1 parent 3c23842 commit c0273bf
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 @@ -20,7 +20,7 @@
"dev": "nodemon index.ts",
"start": "node dist/index.js",
"test": "jest --runInBand",
"lint": "eslint src/**/*",
"lint": "npx eslint src/**/*",
"build": "tsc"
},
"dependencies": {
Expand Down

0 comments on commit c0273bf

Please sign in to comment.