mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-25 02:32:26 -05:00
24 lines
374 B
Plaintext
24 lines
374 B
Plaintext
|
{
|
||
|
"asi": false,
|
||
|
"expr": true,
|
||
|
"loopfunc": true,
|
||
|
"curly": false,
|
||
|
"evil": true,
|
||
|
"white": true,
|
||
|
"undef": true,
|
||
|
"browser": true,
|
||
|
"es5": true,
|
||
|
"predef": [
|
||
|
"$",
|
||
|
"me",
|
||
|
"confirm",
|
||
|
"alert",
|
||
|
"require",
|
||
|
"__dirname",
|
||
|
"process",
|
||
|
"exports",
|
||
|
"Buffer",
|
||
|
"module"
|
||
|
]
|
||
|
}
|