summaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-03-22 17:26:15 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-03-22 17:26:15 +0100
commit8d7855ba14b0a9883793e2dbb8543558d6e63393 (patch)
tree96c73b3deac7c29c73cdd6f673deb011838bdc3b /.eslintrc.js
parentad7b7dfca116c0cffba97bb11e894ffde3c53090 (diff)
Use package.json version instead of info.xml
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 998e3f23..79f26b51 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -8,7 +8,7 @@ module.exports = {
},
globals: {
oc_config: true,
- oca_contacts: true,
+ appVersion: true,
n: true,
t: true,
OC: true,