summaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-30 11:21:57 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-30 11:21:57 +0200
commit06f4956f5e6f850ac77e20e4bbda4c77858cbadf (patch)
tree934efddb08d86a4221f5fe015633aee563e9f9c6 /.eslintrc.js
parentd1c454a282d80a0f46a31e50ee5e18db3054ddf9 (diff)
Config bump and update
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js10
1 files changed, 6 insertions, 4 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index cf196426..c48735df 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -7,10 +7,12 @@ module.exports = {
jest: true
},
globals: {
- t: false,
- n: false,
- OC: false,
- OCA: false
+ t: true,
+ n: true,
+ OC: true,
+ OCA: true,
+ Vue: true,
+ VueRouter: true
},
parserOptions: {
parser: 'babel-eslint'