Skip to content

Commit 7cccbb1

Browse files
committed
Clean up jshint globals
1 parent 3e6cdb7 commit 7cccbb1

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/.jshintrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@
2424
"rasterize": true,
2525

2626
"url": true,
27-
"cssMediaQuery": true,
2827
"xmlserializer": true,
2928
"sanedomparsererror": true,
30-
"ayepromise": true,
3129
"inlineresources": true
3230
},
3331
"exported": [

test/.jshintrc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"devel": true,
44
"phantom": true,
55
"globals": {
6-
"$": true,
76
"jasmine": true,
87
"describe": true,
98
"it": true,
@@ -14,8 +13,6 @@
1413
"fail": true,
1514
"spyOn": true,
1615

17-
"require": true,
18-
1916
"ifNotInWebkitOrBlinkIt": true,
2017
"ifNotInPhantomJsIt": true,
2118
"ifNotInPhantomJSAndNotLocalRunnerIt": true,
@@ -34,11 +31,6 @@
3431
"rasterize": true,
3532
"rasterizeHTML": true,
3633

37-
"url": true,
38-
"cssMediaQuery": true,
39-
"ayepromise": true,
40-
"inlineresources": true,
41-
4234
"imagediff": true
4335
}
4436
}

0 commit comments

Comments
 (0)