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 e079b95 commit 84cc09aCopy full SHA for 84cc09a
src/javascripting/scope.js
@@ -1 +1,6 @@
1
+// The following comment disables lint errors for unused variables since your
2
+// solution to this exercise should have unused variables in it :)
3
+
4
+/* eslint-disable no-unused-vars */
5
6
// TODO: Replace this with your solution.
0 commit comments