summaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-04 08:11:49 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-04 08:52:38 +0200
commitda9a5415a1b3a55fd8335604ccf3bbd4b2fcb2e3 (patch)
tree261cc485caa2c78756d3e90718f24bbfbc79d072 /.eslintrc.js
parent9c9b506aad3958e8dab872c9a4364c2b24564ea2 (diff)
Properly check for circles version
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 a532df9e..29134f1d 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -1,5 +1,6 @@
module.exports = {
globals: {
+ appName: true,
appVersion: true,
},