Skip to content

Commit c27abf5

Browse files
committed
Silence 'Possible strict mode violation' warning
1 parent d8df926 commit c27abf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.jshintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"node": true,
33
"mocha": true,
4-
"expr": true
4+
"expr": true,
5+
"-W040": false
56
}

0 commit comments

Comments
 (0)