summaryrefslogtreecommitdiff
path: root/etc/status/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/status/.jshintrc')
-rw-r--r--etc/status/.jshintrc21
1 files changed, 0 insertions, 21 deletions
diff --git a/etc/status/.jshintrc b/etc/status/.jshintrc
deleted file mode 100644
index 15bd571e7..000000000
--- a/etc/status/.jshintrc
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "bitwise": true,
- "eqeqeq": true,
- "forin": true,
- "latedef": true,
- "newcap": true,
- "noarg": true,
- "noempty": true,
- "nonew": true,
- "undef": true,
- "unused": true,
-
- "strict": false,
- "laxbreak": true,
- "browser": true,
-
- "predef": [
- "jQuery",
- "zuul"
- ]
-}