First Commit
This commit is contained in:
commit
610aa1e202
4204 changed files with 636764 additions and 0 deletions
29
_static/assets/plugins/footable/js/.jshintrc
Normal file
29
_static/assets/plugins/footable/js/.jshintrc
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"curly": false,
|
||||
"eqeqeq": false,
|
||||
"forin": false,
|
||||
"indent": false,
|
||||
"newcap": false,
|
||||
"plusplus": false,
|
||||
"quotmark": false,
|
||||
"undef": false,
|
||||
"unused": false,
|
||||
"strict": false,
|
||||
"trailing": false,
|
||||
"maxparams": false,
|
||||
"maxdepth": false,
|
||||
"maxstatements": false,
|
||||
"maxcomplexity": false,
|
||||
"maxlen": false,
|
||||
|
||||
"eqnull": true,
|
||||
"loopfunc": true,
|
||||
"smarttabs": true,
|
||||
"sub": true,
|
||||
|
||||
"browser": true,
|
||||
"jquery": true,
|
||||
"node": true,
|
||||
|
||||
"white": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue