You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/10/20 23:55:17 UTC

[8/8] cordova-lib git commit: Re-instated (and fixed?) glob patterns for excluded spec folders

Re-instated (and fixed?) glob patterns for excluded spec folders


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/e700ab8a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/e700ab8a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/e700ab8a

Branch: refs/heads/master
Commit: e700ab8ae727ce206351026efda5e89614bd9fde
Parents: b90739c
Author: Roland <ro...@fraction7.com>
Authored: Fri Oct 20 20:41:55 2017 +0100
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Oct 20 16:46:21 2017 -0700

----------------------------------------------------------------------
 .eslintignore                                                 | 7 ++++++-
 .../platforms/cordova-browser/node_modules/qs/.eslintrc       | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/e700ab8a/.eslintignore
----------------------------------------------------------------------
diff --git a/.eslintignore b/.eslintignore
index 29ef117..06683d8 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1 +1,6 @@
-**/init-defaults.js
+spec/cordova/fixtures/*
+spec/plugman/projects/*
+spec/plugman/plugins/*
+spec/cordova/temp/*
+src/plugman/*
+

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/e700ab8a/spec/cordova/fixtures/platforms/cordova-browser/node_modules/qs/.eslintrc
----------------------------------------------------------------------
diff --git a/spec/cordova/fixtures/platforms/cordova-browser/node_modules/qs/.eslintrc b/spec/cordova/fixtures/platforms/cordova-browser/node_modules/qs/.eslintrc
index 1faac27..17a99d0 100644
--- a/spec/cordova/fixtures/platforms/cordova-browser/node_modules/qs/.eslintrc
+++ b/spec/cordova/fixtures/platforms/cordova-browser/node_modules/qs/.eslintrc
@@ -1,7 +1,7 @@
 {
 	"root": true,
 
-	"extends": "@ljharb",
+	/* "extends": "@ljharb", */
 
 	"rules": {
 		"complexity": [2, 22],


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org