Skip to content

Commit

Permalink
chore: dont specify target files in lint npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
kazushisan committed Sep 11, 2024
1 parent 6ccc607 commit 9166ed4
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 @@ -16,7 +16,7 @@
},
"types": "./dist/main.d.ts",
"scripts": {
"lint": "eslint .",
"lint": "eslint",
"build": "rm -rf dist && node ./build.js",
"type-check": "tsc -b",
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit 9166ed4

Please sign in to comment.