[Pkg-mozext-commits] [tabmixplus] 93/147: Prevent cases of Cu.import importing into variables and global scope at the same time

David Prévot taffit at moszumanska.debian.org
Sat Aug 5 15:27:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit 6da765a006680342e740c2996094b39ec47bbc89
Author: onemen <tabmix.onemen at gmail.com>
Date:   Wed Jan 11 22:35:21 2017 +0200

    Prevent cases of Cu.import importing into variables and global scope at the same time
---
 .eslintrc.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.eslintrc.js b/.eslintrc.js
index ab89a44..0d75a48 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -17,6 +17,7 @@ module.exports = {
     "tabmix/balanced-listeners": 2,
     "tabmix/import-globals": 2,
     "tabmix/no-single-arg-cu-import": 2,
+    "tabmix/no-import-into-var-and-global": 2,
     "no-alert": 2,
     "no-array-constructor": 2,
     "no-bitwise": 0,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list