mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-16 22:36:15 +00:00
23 lines
393 B
Plaintext
23 lines
393 B
Plaintext
{
|
|
"browser": true,
|
|
"curly": true,
|
|
"eqnull": true,
|
|
"expr": true,
|
|
"maxerr": 100,
|
|
"freeze": true,
|
|
"newcap": true,
|
|
"node": true,
|
|
"quotmark": "single",
|
|
"strict": true,
|
|
"sub": true,
|
|
"trailing": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"camelcase": true,
|
|
"indent": 4,
|
|
"validthis": true,
|
|
"globals": {
|
|
"define": false
|
|
}
|
|
}
|