Skip to content

Commit fb2e0fd

Browse files
committed
Test pre-commit hook with custom script
1 parent 0efb57d commit fb2e0fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test-lint-staged.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// This file is intentionally not formatted
2+
function testFunction() {
3+
console.log('This is a test file');
4+
return 1 + 1;
5+
}

0 commit comments

Comments
 (0)