diff options
Diffstat (limited to '97suifangqa/apps/indicator/static/plugins/jquery-ui/ui/.jshintrc')
-rw-r--r-- | 97suifangqa/apps/indicator/static/plugins/jquery-ui/ui/.jshintrc | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/97suifangqa/apps/indicator/static/plugins/jquery-ui/ui/.jshintrc b/97suifangqa/apps/indicator/static/plugins/jquery-ui/ui/.jshintrc deleted file mode 100644 index a5d36e1..0000000 --- a/97suifangqa/apps/indicator/static/plugins/jquery-ui/ui/.jshintrc +++ /dev/null @@ -1,22 +0,0 @@ -{ - "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 - } -} |