aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc-browser.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc-browser.json')
-rw-r--r--.eslintrc-browser.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc-browser.json b/.eslintrc-browser.json
index ffd5b6467..d580883b2 100644
--- a/.eslintrc-browser.json
+++ b/.eslintrc-browser.json
@@ -24,6 +24,7 @@
},
"rules": {
+ "one-var": ["error", {"var": "always"}],
"strict": ["error", "function"]
}
}