aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms-public.gathering.org/old/speedometer/c3-master/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'web/nms-public.gathering.org/old/speedometer/c3-master/.jshintrc')
-rw-r--r--web/nms-public.gathering.org/old/speedometer/c3-master/.jshintrc31
1 files changed, 0 insertions, 31 deletions
diff --git a/web/nms-public.gathering.org/old/speedometer/c3-master/.jshintrc b/web/nms-public.gathering.org/old/speedometer/c3-master/.jshintrc
deleted file mode 100644
index 9b4294c..0000000
--- a/web/nms-public.gathering.org/old/speedometer/c3-master/.jshintrc
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "bitwise": true,
- "eqeqeq": true,
- "curly": true,
- "strict": true,
- "trailing": true,
- "white": true,
- "maxlen": 210,
- "undef": true,
- "unused": true,
- "indent": 4,
-
- "eqnull": true,
- "expr": true,
- "newcap": false,
- "loopfunc": true,
- "bitwise": false,
-
- "browser": true,
-
- "globals": {
- "jasmine": false,
- "describe": false,
- "beforeEach": false,
- "beforeAll": false,
- "it": false,
- "expect": false,
- "d3": false
- }
-
-}