fix bug comma
This commit is contained in:
34
wwwroot/BackendScript/js/jQuery-Mask-Plugin-master/.jshintrc
Executable file
34
wwwroot/BackendScript/js/jQuery-Mask-Plugin-master/.jshintrc
Executable file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"bitwise": true,
|
||||
"browser": true,
|
||||
"camelcase": true,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"esnext": true,
|
||||
"expr": true,
|
||||
"globals": {
|
||||
"console": false,
|
||||
"define": false,
|
||||
"document": false,
|
||||
"expect": false,
|
||||
"module": false,
|
||||
"require": false,
|
||||
"window": false
|
||||
},
|
||||
"immed": true,
|
||||
"indent": 4,
|
||||
"latedef": true,
|
||||
"maxcomplexity": 15,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"node": true,
|
||||
"noempty": true,
|
||||
"nonstandard": true,
|
||||
"quotmark": "single",
|
||||
"regexp": true,
|
||||
"smarttabs": true,
|
||||
"strict": false,
|
||||
"trailing": true,
|
||||
"undef": true,
|
||||
"unused": true
|
||||
}
|
||||
Reference in New Issue
Block a user