Skip to content

Commit 6554bc0

Browse files
Eslint showcase
1 parent ef04b8d commit 6554bc0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

eslint/test.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
const foo = 42
2+
let bar
3+
console.log("Hello World")
4+
if (foo == "42") {
5+
console.log("Loose equality!")
6+
}
7+

0 commit comments

Comments
 (0)