We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0efb57d commit fb2e0fdCopy full SHA for fb2e0fd
test-lint-staged.js
@@ -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