Skip to content

Commit 5dbd05d

Browse files
committed
fix(): updated lint-staged in package.json
1 parent 2b7fd20 commit 5dbd05d

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)