Skip to content

Commit f1be031

Browse files
Merge pull request #2331 from Tony133/fix/lint-staged-husky-script
fix(): updated lint-staged in package.json
2 parents 00f9394 + 5dbd05d commit f1be031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"prepare": "husky install"
2121
},
2222
"lint-staged": {
23-
"packages/**/*.{ts,json}": []
23+
"**/*.{ts,json}": []
2424
},
2525
"private": true,
2626
"dependencies": {

0 commit comments

Comments
 (0)