mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
Add build task in Grunt script.
Minor fixes
This commit is contained in:
parent
ea4262e954
commit
67e6084276
18 changed files with 321 additions and 129 deletions
61
.jshintrc
Normal file
61
.jshintrc
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
{
|
||||
"curly" : true,
|
||||
"eqeqeq" : true,
|
||||
"forin" : true,
|
||||
"immed" : true,
|
||||
"latedef" : true,
|
||||
"newcap" : true,
|
||||
"noarg" : true,
|
||||
"noempty" : true,
|
||||
"nonew" : true,
|
||||
"regexp" : true,
|
||||
"undef" : true,
|
||||
"strict" : true,
|
||||
|
||||
"asi" : false,
|
||||
"boss" : false,
|
||||
"debug" : false,
|
||||
"eqnull" : false,
|
||||
"es5" : false,
|
||||
"esnext" : false,
|
||||
"evil" : false,
|
||||
"expr" : false,
|
||||
"funcscope" : false,
|
||||
"globalstrict" : false,
|
||||
"iterator" : false,
|
||||
"lastsemic" : false,
|
||||
"laxbreak" : false,
|
||||
"laxcomma" : false,
|
||||
"loopfunc" : false,
|
||||
"multistr" : false,
|
||||
"onecase" : false,
|
||||
"proto" : false,
|
||||
"regexdash" : false,
|
||||
"scripturl" : false,
|
||||
"smarttabs" : false,
|
||||
"shadow" : false,
|
||||
"supernew" : false,
|
||||
"validthis" : false,
|
||||
"passfail" : false,
|
||||
"nomen" : false,
|
||||
"white" : false,
|
||||
|
||||
"sub" : true,
|
||||
"onevar" : true,
|
||||
"bitwise" : false,
|
||||
"plusplus" : false,
|
||||
"trailing" : false,
|
||||
"devel" : false,
|
||||
"browser" : true,
|
||||
"jquery" : true,
|
||||
|
||||
"globals": {
|
||||
"ko" : true,
|
||||
"moment" : true,
|
||||
"crossroads" : true,
|
||||
"hasher" : true,
|
||||
"Jua" : true,
|
||||
"_" : true,
|
||||
"Dropbox" : true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue