From dd51a36931d4ba450fb4a8d7fe5c1609892d25b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 4 Feb 2019 11:06:27 +0100 Subject: Add PRODID to new contacts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- .eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.eslintrc.js') 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, -- cgit v1.2.3