[Pkg-javascript-commits] [node-cross-spawn] 05/06: Import hidden files to master

Sruthi Chandran srud-guest at moszumanska.debian.org
Mon Nov 7 06:42:16 UTC 2016


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

srud-guest pushed a commit to branch master
in repository node-cross-spawn.

commit 0c38f411a4a19575a79bb4bd88969e55c8909a8b
Author: Sruthi <srud at disroot.org>
Date:   Mon Nov 7 11:54:51 2016 +0530

    Import hidden files to master
---
 .eslintrc   |  7 +++++++
 .jshintrc   | 62 -------------------------------------------------------------
 .travis.yml |  4 +---
 3 files changed, 8 insertions(+), 65 deletions(-)

diff --git a/.eslintrc b/.eslintrc
new file mode 100644
index 0000000..f34b41d
--- /dev/null
+++ b/.eslintrc
@@ -0,0 +1,7 @@
+{
+    "root": true,
+    "extends": [
+        "@satazor/eslint-config/es5",
+        "@satazor/eslint-config/addons/node"
+    ]
+}
\ No newline at end of file
diff --git a/.jshintrc b/.jshintrc
deleted file mode 100644
index 5595ed2..0000000
--- a/.jshintrc
+++ /dev/null
@@ -1,62 +0,0 @@
-{
-    "predef": [
-        "console",
-        "describe",
-        "it",
-        "after",
-        "afterEach",
-        "before",
-        "beforeEach"
-    ],
-
-    "indent": 4,
-    "node": true,
-    "devel": true,
-
-    "bitwise": false,
-    "curly": false,
-    "eqeqeq": true,
-    "forin": false,
-    "immed": true,
-    "latedef": false,
-    "newcap": true,
-    "noarg": true,
-    "noempty": false,
-    "nonew": true,
-    "plusplus": false,
-    "regexp": false,
-    "undef": true,
-    "unused": "vars",
-    "quotmark": "single",
-    "strict": false,
-    "trailing": true,
-    "camelcase": true,
-
-    "asi": false,
-    "boss": true,
-    "debug": false,
-    "eqnull": true,
-    "es5": false,
-    "esnext": false,
-    "evil": false,
-    "expr": true,
-    "funcscope": false,
-    "globalstrict": false,
-    "iterator": false,
-    "lastsemic": false,
-    "laxbreak": true,
-    "laxcomma": false,
-    "loopfunc": true,
-    "multistr": false,
-    "onecase": true,
-    "regexdash": false,
-    "scripturl": false,
-    "smarttabs": false,
-    "shadow": false,
-    "sub": false,
-    "supernew": true,
-    "validthis": false,
-
-    "nomen": false,
-    "white": true
-}
diff --git a/.travis.yml b/.travis.yml
index 0c27f07..1fc99b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,5 @@ language: node_js
 node_js:
   - '0.10'
   - '0.12'
-  - 'iojs-1'
-  - 'iojs-2'
-  - 'iojs-3'
   - '4'
+  - '6'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-cross-spawn.git



More information about the Pkg-javascript-commits mailing list