aboutsummaryrefslogtreecommitdiffstats
path: root/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc16
1 files changed, 0 insertions, 16 deletions
diff --git a/.jshintrc b/.jshintrc
deleted file mode 100644
index e79eeee47..000000000
--- a/.jshintrc
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "boss": true,
- "curly": true,
- "eqeqeq": true,
- "eqnull": true,
- "expr": true,
- "immed": true,
- "noarg": true,
- "quotmark": "double",
- "smarttabs": true,
- "trailing": true,
- "undef": true,
- "unused": true,
-
- "node": true
-}