diff options
author | jaubourg <j@ubourg.net> | 2012-10-19 10:09:52 +0200 |
---|---|---|
committer | jaubourg <j@ubourg.net> | 2012-10-19 10:09:52 +0200 |
commit | 739ba96318f65d2f2c3c80772519fc0887a8c798 (patch) | |
tree | b843f5ab59e86e0e45033af182d3644e0abccff4 | |
parent | 9346c0ef9938b44f3711d588ebdb6800bc077d8f (diff) | |
download | jquery-739ba96318f65d2f2c3c80772519fc0887a8c798.tar.gz jquery-739ba96318f65d2f2c3c80772519fc0887a8c798.zip |
@mikesherov says `strict` is redundant when `node` is already there
-rw-r--r-- | .jshintrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -9,7 +9,6 @@ "node": true, "quotmark": "double", "smarttabs": true, - "strict": true, "trailing": true, "undef": true, "unused": true |