We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e97303 commit f25fce0Copy full SHA for f25fce0
frontend/src/test-husky.ts
@@ -0,0 +1,6 @@
1
+// This is a test file to verify that Husky and lint-staged are working correctly
2
+const testFunction = ( ) => {
3
+ console.log('Hello, world!');
4
+};
5
+
6
+export default testFunction;
0 commit comments