Skip to content

Commit a03e044

Browse files
author
John Haley
committed
Fixed jslint issue with Promise
1 parent b5cebc6 commit a03e044

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.jshintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"beforeEach": true,
2222
"after": true,
2323
"afterEach": true
24-
}
24+
},
25+
"predef": ["-Promise"]
2526
}

0 commit comments

Comments
 (0)