summaryrefslogtreecommitdiff
path: root/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc25
1 files changed, 0 insertions, 25 deletions
diff --git a/.jshintrc b/.jshintrc
deleted file mode 100644
index 31dc9a0c..00000000
--- a/.jshintrc
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "predef": [
- "mediaWiki",
- "jQuery",
- "QUnit",
- "mw",
- "$"
- ],
-
- "bitwise": true,
- "immed": true,
- "latedef": true,
- "newcap": true,
- "noarg": true,
- "nonew": true,
- "undef": true,
-
- "laxbreak": true,
- "loopfunc": true,
- "smarttabs": true,
- "multistr": true,
- "onecase": true,
-
- "browser": true
-}