Commit c0fc5dbc by Nick Schonning

JSHint: Add Mocha globals and allow multistr

parent c9d9294c
......@@ -6,5 +6,10 @@
"trailing": true,
"undef": true,
"unused": true,
"expr":true
"expr":true,
"multistr": true,
"globals": {
"it": true,
"describe": true
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment