Skip to content

Commit 15a609f

Browse files
ChrisAntakimarkelog
authored andcommitted
Build: Moved JSHint directives to .jshintrc file
Closes gh-1595
1 parent 4287442 commit 15a609f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/.jshintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"globals": {
2121
"jQuery": true,
2222
"define": true,
23-
"module": true
23+
"module": true,
24+
"noGlobal": true
2425
}
2526
}

src/exports/global.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ define([
22
"../core"
33
], function( jQuery ) {
44

5-
/* exported noGlobal */
6-
/* global noGlobal: false */
7-
85
var
96
// Map over jQuery in case of overwrite
107
_jQuery = window.jQuery,

0 commit comments

Comments
 (0)