Neues Initialrelease mit IonicMaterial
This commit is contained in:
23
www/lib/jQuery/src/.jshintrc
Normal file
23
www/lib/jQuery/src/.jshintrc
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"curly": true,
|
||||
"expr": true,
|
||||
"newcap": false,
|
||||
"quotmark": "double",
|
||||
"regexdash": true,
|
||||
"trailing": true,
|
||||
"undef": true,
|
||||
"unused": true,
|
||||
"maxerr": 100,
|
||||
|
||||
"eqnull": true,
|
||||
"evil": true,
|
||||
"sub": true,
|
||||
|
||||
"browser": true,
|
||||
"wsh": true,
|
||||
|
||||
"predef": [
|
||||
"define",
|
||||
"jQuery"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user