Skip to content

Commit becd180

Browse files
authored
Merge pull request #35 from syket-git/issue-34-fix-lint-staged-command
fix:lint staged command to check all files
2 parents 8efe0ce + 7cc5473 commit becd180

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
@@ -14,7 +14,7 @@
1414
"lint-prettier": "npm run lint:check && npm run prettier:check"
1515
},
1616
"lint-staged": {
17-
"src/**/*.ts": "npm run lint-prettier"
17+
"src/**/*.{js,jsx,ts,tsx}": "npm run lint-prettier"
1818
},
1919
"dependencies": {
2020
"next": "^14.1.0",

0 commit comments

Comments
 (0)