From 61fcec78f831da070a47981b890c644ea75c044d Mon Sep 17 00:00:00 2001 From: brunobar79 Date: Mon, 2 Jul 2018 18:35:30 -0400 Subject: update eslint rules and paths --- .eslintrc | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintrc') diff --git a/.eslintrc b/.eslintrc index b49a7a28a..06046c72c 100644 --- a/.eslintrc +++ b/.eslintrc @@ -159,5 +159,6 @@ "yield-star-spacing": [2, "both"], "yoda": [2, "never"], "prefer-const": 1, + "mocha/no-exclusive-tests": "error" } } -- cgit repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MASTER_SITES cleanup.mat2015-05-141-1/+1
* audio category: Remove $PTHREAD_LIBSmarino2015-03-261-3/+2
* Fix signal handling (runtime exit with invalid argument) on 10.1riggs2014-12-08