Skip to content

Commit 84cc09a

Browse files
committed
include eslint disable comment
1 parent e079b95 commit 84cc09a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/javascripting/scope.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
// TODO: Replace this with your solution.

0 commit comments

Comments
 (0)