mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-16 21:16:21 +00:00
22 lines
342 B
Plaintext
22 lines
342 B
Plaintext
{
|
|
"node": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"immed": true,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"sub": true,
|
|
"undef": "nofunc",
|
|
"strict": true,
|
|
"white": true,
|
|
"indent": 2,
|
|
"trailing": true,
|
|
"quotmark": "single",
|
|
"validthis": true,
|
|
"globals": {
|
|
"describe": true,
|
|
"it": true
|
|
},
|
|
"predef": [ "-Promise" ]
|
|
}
|