summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Loach <robloach@gmail.com>2014-10-08 21:25:50 -0400
committerRob Loach <robloach@gmail.com>2014-10-08 21:25:50 -0400
commit57bf227077907c9358cc4e97f679585140bc91c6 (patch)
tree09ff5a90844878ad73f0c929a8e559bd3a2c2413
parent1317ef15e336fcf0fa5885529f5696292cd8fa29 (diff)
downloadjquery-once-57bf227077907c9358cc4e97f679585140bc91c6.zip
jquery-once-57bf227077907c9358cc4e97f679585140bc91c6.tar.gz
jquery-once-57bf227077907c9358cc4e97f679585140bc91c6.tar.bz2
Update ESLint definition
-rw-r--r--.eslintrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/.eslintrc b/.eslintrc
index 1eb4479..db66730 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -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
}
}