Skip to content

Commit 4247a8a

Browse files
committed
.jshintrc: Added "should" to the list of globals
1 parent f4b8a65 commit 4247a8a

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
@@ -86,6 +86,7 @@
8686
"globals" : {
8787
"require": false,
8888
"define": false,
89-
"escape": false
89+
"escape": false,
90+
"should": false
9091
} // additional predefined global variables
9192
}

0 commit comments

Comments
 (0)