aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjaubourg <j@ubourg.net>2012-10-19 10:09:52 +0200
committerjaubourg <j@ubourg.net>2012-10-19 10:09:52 +0200
commit739ba96318f65d2f2c3c80772519fc0887a8c798 (patch)
treeb843f5ab59e86e0e45033af182d3644e0abccff4
parent9346c0ef9938b44f3711d588ebdb6800bc077d8f (diff)
downloadjquery-739ba96318f65d2f2c3c80772519fc0887a8c798.tar.gz
jquery-739ba96318f65d2f2c3c80772519fc0887a8c798.zip
@mikesherov says `strict` is redundant when `node` is already there
-rw-r--r--.jshintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.jshintrc b/.jshintrc
index 79ed65fc1..5ff1e697d 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -9,7 +9,6 @@
"node": true,
"quotmark": "double",
"smarttabs": true,
- "strict": true,
"trailing": true,
"undef": true,
"unused": true