Skip to content

Commit

Permalink
fix: update eslint glob pattern to include all files correctly (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-seongwoo-jun authored Apr 7, 2024
1 parent 4b67c24 commit a199fd8
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 @@ -18,7 +18,7 @@
},
"main": "dist/index.js",
"scripts": {
"lint": "eslint src/**.ts --max-warnings=0",
"lint": "eslint src/**/*.ts --max-warnings=0",
"watch": "npm run build && npm link && nodemon",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run lint && npm run build"
Expand Down

0 comments on commit a199fd8

Please sign in to comment.