We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451f5fc commit beb37d1Copy full SHA for beb37d1
template/.husky/pre-commit
@@ -1 +1 @@
1
-npx lint-staged
+./node_modules/.bin/lint-staged
template/package.json
@@ -15,7 +15,7 @@
15
},
16
"files": ["bin", "dist"],
17
"lint-staged": {
18
- "*": ["npm run lint"]
+ "*.{ts}": ["npm run lint"]
19
20
"type": "module",
21
"main": "./dist/index.cjs",
0 commit comments