mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 20:41:17 +01:00
valid jshint config with globals for tests only
This commit is contained in:
9
tests/.jshintrc
Normal file
9
tests/.jshintrc
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"strict" : false, // true: Requires all functions run in ES5 Strict Mode
|
||||
|
||||
// Custom Globals
|
||||
"globals" : {
|
||||
"it": false,
|
||||
"describe": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user