diff options
Diffstat (limited to '97suifangqa/staticfiles/plugins/jquery-ui/ui/.jshintrc')
-rw-r--r-- | 97suifangqa/staticfiles/plugins/jquery-ui/ui/.jshintrc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/97suifangqa/staticfiles/plugins/jquery-ui/ui/.jshintrc b/97suifangqa/staticfiles/plugins/jquery-ui/ui/.jshintrc new file mode 100644 index 0000000..a5d36e1 --- /dev/null +++ b/97suifangqa/staticfiles/plugins/jquery-ui/ui/.jshintrc @@ -0,0 +1,22 @@ +{ + "boss": true, + "curly": true, + "eqeqeq": true, + "eqnull": true, + "expr": true, + "immed": true, + "noarg": true, + "onevar": true, + "quotmark": "double", + "smarttabs": true, + "trailing": true, + "undef": true, + "unused": true, + + "browser": true, + "jquery": true, + + "globals": { + "Globalize": false + } +} |