summaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-02-04 11:06:27 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-02-04 11:07:11 +0100
commitdd51a36931d4ba450fb4a8d7fe5c1609892d25b6 (patch)
tree5261739552340d953c4952e8c8f0fc873fee9696 /.eslintrc.js
parent11e3a3bd87de2c3ddf757943e898e78a8df7d1a0 (diff)
Add PRODID to new contacts
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 6e1d2a98..d3378af3 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -7,8 +7,9 @@ module.exports = {
jest: true
},
globals: {
- t: true,
+ oca_contacts: true,
n: true,
+ t: true,
OC: true,
OCA: true,
Vue: true,