[Pkg-mozext-commits] [tabmixplus] 13/56: Eslint 2.9.0 new rules

David Prévot taffit at moszumanska.debian.org
Mon Jun 6 00:02:32 UTC 2016


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit 5336f3f485caed45cf003ab2821f745c20a3fd99
Author: onemen <tabmix.onemen at gmail.com>
Date:   Fri Apr 29 23:59:01 2016 +0300

    Eslint 2.9.0 new rules
---
 .eslintrc.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.eslintrc.js b/.eslintrc.js
index f8be9d9..168a207 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -126,6 +126,7 @@ module.exports = {
     "no-unmodified-loop-condition": 2,
     "no-unneeded-ternary": 2,
     "no-unreachable": 2,
+    "no-unsafe-finally": 2,
     "no-unused-expressions": 2,
     "no-unused-labels": 2,
     "no-unused-vars": [2, {"vars": "all", "args": "after-used"}],
@@ -133,6 +134,7 @@ module.exports = {
     "no-useless-call": 2,
     "no-useless-concat": 2,
     "no-useless-constructor": 2,
+    "no-useless-computed-key": 2,
     "no-useless-escape": 2,
     "no-void": 0,
     "no-var": 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