Skip to content

Commit

Permalink
fix: eslint script
Browse files Browse the repository at this point in the history
  • Loading branch information
RulerChen committed Feb 5, 2024
1 parent 7ad6f99 commit 8de2a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/templates/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"type": "module",
"scripts": {
"lint": "eslint --fix ./src/*.js",
"lint": "eslint --fix ./src/**/*.js",
"dev": "cross-env NODE_ENV=development nodemon ./src/index.js",
"start": "cross-env NODE_ENV=production node ./src/index.js"
},
Expand Down

0 comments on commit 8de2a00

Please sign in to comment.