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 f25fce0 commit e4948e9Copy full SHA for e4948e9
frontend/src/test-husky.ts
@@ -1,6 +1,6 @@
1
// This is a test file to verify that Husky and lint-staged are working correctly
2
-const testFunction = ( ) => {
+const testFunction = () => {
3
console.log('Hello, world!');
4
};
5
6
-export default testFunction;
+export default testFunction;
0 commit comments