summaryrefslogtreecommitdiffstats
path: root/module/web/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/.jshintrc')
-rw-r--r--module/web/.jshintrc29
1 files changed, 0 insertions, 29 deletions
diff --git a/module/web/.jshintrc b/module/web/.jshintrc
deleted file mode 100644
index 0cff430d9..000000000
--- a/module/web/.jshintrc
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "node": true,
- "browser": true,
- "esnext": true,
- "bitwise": true,
- "curly": true,
- "eqeqeq": true,
- "immed": true,
- "indent": 4,
- "latedef": true,
- "newcap": true,
- "noarg": true,
- "quotmark": "single",
- "regexp": true,
- "undef": true,
- "strict": true,
- "trailing": true,
- "smarttabs": true,
- "unused": false,
- "camelcase": false,
- "-W030": false,
- "-W015": false,
- "-W116": false,
- "predef": [
- "require",
- "define",
- "alert"
- ]
-}