mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-16 12:56:35 +00:00
19 lines
308 B
Plaintext
19 lines
308 B
Plaintext
{
|
|
"boss": true,
|
|
"curly": true,
|
|
"devel": false,
|
|
"eqnull": false,
|
|
"expr": true,
|
|
"funcscope": true,
|
|
"globalstrict": false,
|
|
"loopfunc": false,
|
|
"newcap": true,
|
|
"node": true,
|
|
"noempty": true,
|
|
"nonstandard": false,
|
|
"onecase": false,
|
|
"trailing": true,
|
|
"undef": true,
|
|
"unused": true
|
|
}
|