diff options
author | Rob Loach <robloach@gmail.com> | 2014-10-08 21:25:50 -0400 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2014-10-08 21:25:50 -0400 |
commit | 57bf227077907c9358cc4e97f679585140bc91c6 (patch) | |
tree | 09ff5a90844878ad73f0c929a8e559bd3a2c2413 | |
parent | 1317ef15e336fcf0fa5885529f5696292cd8fa29 (diff) | |
download | jquery-once-57bf227077907c9358cc4e97f679585140bc91c6.zip jquery-once-57bf227077907c9358cc4e97f679585140bc91c6.tar.gz jquery-once-57bf227077907c9358cc4e97f679585140bc91c6.tar.bz2 |
Update ESLint definition
-rw-r--r-- | .eslintrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -21,8 +21,12 @@ "no-underscore-dangle": 2, "no-new": 2, "no-alert": 2, + "no-caller": 2, "no-use-before-define": 2, "consistent-return": 2, - "no-constant-condition": 2 + "no-constant-condition": 2, + "no-extra-strict": 2, + "strict": 2, + "valid-typeof": 2 } } |