mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-16 16:16:19 +00:00
21 lines
331 B
Plaintext
21 lines
331 B
Plaintext
{
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"immed": true,
|
|
"indent": 4,
|
|
"eqnull": true,
|
|
"latedef": true,
|
|
"noarg": true,
|
|
"noempty": true,
|
|
"quotmark": "single",
|
|
"undef": true,
|
|
"unused": "vars",
|
|
"strict": true,
|
|
"trailing": true,
|
|
"validthis": true,
|
|
|
|
"onevar": true,
|
|
|
|
"node": true
|
|
}
|