mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
Small fixes
This commit is contained in:
parent
8ed2791196
commit
d5bafd8f9b
135 changed files with 46 additions and 4495 deletions
30
vendors/ckeditor/plugins/quicktable/.jshintrc
vendored
Normal file
30
vendors/ckeditor/plugins/quicktable/.jshintrc
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue