From 1ff42f9efdc6413dd28d80bb1aebccd1de3c9e6a Mon Sep 17 00:00:00 2001 From: korelstar Date: Thu, 13 Jun 2019 21:55:49 +0200 Subject: [PATCH] remove obsolete global definitions --- .eslintrc.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 0ed61c72..085401dd 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -24,10 +24,6 @@ module.exports = { ], globals: { $: 'readonly', - t: 'readonly', - n: 'readonly', - OC: 'readonly', - OCA: 'readonly', }, plugins: [ 'vue',