Skip to content

Commit

Permalink
jshint: fix undefined vars not reported
Browse files Browse the repository at this point in the history
... in function-based "use strict":
<jshint/jshint#3620>
  • Loading branch information
nhanb committed Oct 29, 2023
1 parent 5f0a187 commit 8f2ff06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vim/.jshintrc
@@ -1,3 +1,4 @@
{
"esversion": "6"
"undef": true,
"esversion": "6"
}

0 comments on commit 8f2ff06

Please sign in to comment.