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 2e898f5 commit 42f28bdCopy full SHA for 42f28bd
playground/hoisting-FINISHED.js
@@ -1,4 +1,4 @@
1
-/* esline-disable */
+/* eslint-disable */
2
let age;
3
console.log(age);
4
age = 10;
0 commit comments