summaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-01-30 16:44:09 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-01-30 16:44:09 +0100
commit4e2b5afd837133022c91fd84987e519e54eb9372 (patch)
tree70152e52d9105e571ba09626d35956ca5580346b /.eslintrc.js
parent403b574745182c6edf08b12546dad1e10614744d (diff)
Automatically redirect if modRewriteWorking is supported
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 6e1d2a98..92eb57e6 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -9,6 +9,7 @@ module.exports = {
globals: {
t: true,
n: true,
+ oc_config: true,
OC: true,
OCA: true,
Vue: true,