mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
9 lines
159 B
Plaintext
9 lines
159 B
Plaintext
{
|
|
"strict" : false, // true: Requires all functions run in ES5 Strict Mode
|
|
|
|
// Custom Globals
|
|
"globals" : {
|
|
"it": false,
|
|
"describe": false
|
|
}
|
|
} |