First Initial

This commit is contained in:
Nakorn Rientrakrunchai
2020-02-20 15:02:39 +07:00
commit 8b98125e49
3048 changed files with 760804 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
{
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"newcap": true,
"noarg": true,
"quotmark": "single",
"undef": true,
"unused": true,
"trailing": true,
"white": true,
"maxparams": 17,
"maxdepth": 5,
"maxstatements": 300,
"maxlen": 140,
"evil": true,
"browser": true,
"devel": true,
"jquery": true,
"node": true,
"worker": true,
"es3": true,
"globals": {
"define": true,
"test": true,
"ok": true,
"equal": true,
"deepEqual": true
}
}