summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-17 16:48:25 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-17 16:48:25 -0800
commitd81bb6a0598357cd56f3bc3d43eb8d7ccf0437a9 (patch)
tree7e85683626a0013d4d91e52611be28c1940f9782 /js
parent43c8bebe9bce4201982485d63cf1c7ed18798574 (diff)
eslint: turned off no-constant-condition warning.
Diffstat (limited to 'js')
-rw-r--r--js/eslint.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/eslint.json b/js/eslint.json
index 224cf3e..42ba06f 100644
--- a/js/eslint.json
+++ b/js/eslint.json
@@ -4,6 +4,7 @@
"node": true,
},
"rules": {
+ "no-constant-condition": false,
"no-underscore-dangle": false,
"camelcase": false,
"quotes": false,