summaryrefslogtreecommitdiffstats
path: root/apps/it/static/js/ui/ui/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/it/static/js/ui/ui/.jshintrc')
-rw-r--r--apps/it/static/js/ui/ui/.jshintrc22
1 files changed, 0 insertions, 22 deletions
diff --git a/apps/it/static/js/ui/ui/.jshintrc b/apps/it/static/js/ui/ui/.jshintrc
deleted file mode 100644
index a5d36e1..0000000
--- a/apps/it/static/js/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
- }
-}