Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c46e10 commit 426a871Copy full SHA for 426a871
1 file changed
javascript/ql/test/query-tests/Declarations/DeclBeforeUse/jslint.js
@@ -3,6 +3,6 @@
3
/*global: z*/ // also not a proper global declaration
4
w;
5
x;
6
-y; // $ Alert
+y;
7
z; // $ Alert
8
var x, y, z;
0 commit comments