mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 00:08:18 +08:00
30 lines
No EOL
632 B
Text
30 lines
No EOL
632 B
Text
{
|
|
"asi": false,
|
|
"browser": true,
|
|
"curly": true,
|
|
"debug": false,
|
|
"devel": true,
|
|
"eqeqeq": false,
|
|
"es3": true,
|
|
"evil": true,
|
|
"expr": true,
|
|
"maxparams": 5,
|
|
"maxdepth": 3,
|
|
"maxstatements": 20,
|
|
"maxcomplexity": 12,
|
|
"proto": true,
|
|
"regexdash": true,
|
|
"strict": false,
|
|
"scripturl": true,
|
|
"sub": true,
|
|
"trailing": true,
|
|
"undef": true,
|
|
|
|
"predef" : [
|
|
"exports",
|
|
"phantom",
|
|
"window",
|
|
"require",
|
|
"CKEDITOR"
|
|
]
|
|
} |