Skip to content

Commit d3f6b0d

Browse files
committed
include require as a global as well as define
1 parent a6e8b73 commit d3f6b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jshintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"strict": false,
1818
"trailing": true,
1919
"unused": true,
20-
"globals": { "define": true }
20+
"globals": { "define": true, "require": true }
2121
}

0 commit comments

Comments
 (0)