Skip to content

Commit a03e044

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.jshintrc

Lines changed: 2 additions & 1 deletion
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)