Skip to content

Commit 10b9fe7

Browse files
committed
test : husky test2
1 parent e2c5cf8 commit 10b9fe7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"typescript": "^5.9.2"
3838
},
3939
"lint-staged": {
40-
"*/.{js, ts, jsx, tsx}": "eslint --fix"
40+
"**/*.{js,jsx,ts,tsx}": "eslint --fix"
4141
}
4242
}

src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ antialiased`
4343
}
4444
>
4545
{children}
46-
</body> </html> )
46+
</body> zz </html> )
4747
}

0 commit comments

Comments
 (0)