summaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
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'